RGB
0, 255, 255
HSL
180°, 100%, 50%
CMYK
100, 0, 0, 0
HSV
180°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #00FFFF |
color: #00FFFF;
|
| RGB | 0, 255, 255 |
color: rgb(0, 255, 255);
|
| RGB Percentage | 0%, 100%, 100% |
color: rgb(0%, 100%, 100%);
|
| CMYK | 100%, 0%, 0%, 0% | Not supported in CSS |
| HSL | 180°, 100%, 50% |
color: hsl(180, 100%, 50%);
|
| HSV | 180°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, -51, 0 |
color: lab(40% -51 0);
|
| Decimal | 65535 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.cyan {
color: #00FFFF;
}
SCSS
$cyan: #00FFFF;
RGB
rgb(0, 255, 255)
Accessibility & Contrast
White background
1.25:1
1.25
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
16.75:1
16.75
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element