#00E9D3
A medium, vivid cyan closely aligning with Turquoise.
About #00E9D3
At its core, #00E9D3 is a medium and vivid hue. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(0, 233, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 9% Yellow, and 9% Black. With a hue angle of 174.3 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00E9D3
RGB0, 233, 211
HSL174.3°, 100.0%, 45.7%
CMYK100%, 0%, 9%, 9%
HSV174.3°, 100.0%, 91.4%
LAB83.4, -51.1, -2.5
XYZ40.9, 63.0, 71.6
Decimal59859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.60:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E9D3;
}
.text-color {
color: #00E9D3;
}
.border-color {
border: 2px solid #00E9D3;
}