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