#00E2BD
A medium, vivid cyan closely aligning with Turquoise.
About #00E2BD
Visually, #00E2BD is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. In the RGB color space, it consists of 0 red, 226 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 16% Y, and 11% K. With a hue angle of 170.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00E2BD
RGB0, 226, 189
HSL170.2°, 100.0%, 44.3%
CMYK100%, 0%, 16%, 11%
HSV170.2°, 100.0%, 88.6%
LAB80.8, -54.1, 5.3
XYZ36.4, 58.1, 57.4
Decimal58045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.61:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E2BD;
}
.text-color {
color: #00E2BD;
}
.border-color {
border: 2px solid #00E2BD;
}