#00F0D3
A medium, vivid cyan closely aligning with Turquoise.
About #00F0D3
Visually, #00F0D3 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 0 parts red, 240 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 12% Y, and 6% K. The HSL representation is 172.8° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00F0D3
RGB0, 240, 211
HSL172.8°, 100.0%, 47.1%
CMYK100%, 0%, 12%, 6%
HSV172.8°, 100.0%, 94.1%
LAB85.5, -54.0, 0.5
XYZ42.9, 67.0, 72.3
Decimal61651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.40:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F0D3;
}
.text-color {
color: #00F0D3;
}
.border-color {
border: 2px solid #00F0D3;
}