#00E2E2
A medium, vivid cyan closely aligning with Darkturquoise.
About #00E2E2
The precise color #00E2E2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 0 red, 226 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 0% Yellow, and 11% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00E2E2
RGB0, 226, 226
HSL180.0°, 100.0%, 44.3%
CMYK100%, 0%, 0%, 11%
HSV180.0°, 100.0%, 88.6%
LAB81.8, -43.9, -12.9
XYZ40.9, 59.9, 81.4
Decimal58082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.98:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E2E2;
}
.text-color {
color: #00E2E2;
}
.border-color {
border: 2px solid #00E2E2;
}