#00E2C5
A medium, vivid cyan closely aligning with Turquoise.
About #00E2C5
Visually, #00E2C5 is defined as a vivid cyan. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(0, 226, 197).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 13% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#00E2C5
RGB0, 226, 197
HSL172.3°, 100.0%, 44.3%
CMYK100%, 0%, 13%, 11%
HSV172.3°, 100.0%, 88.6%
LAB81.0, -52.0, 1.3
XYZ37.3, 58.4, 62.1
Decimal58053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E2C5;
}
.text-color {
color: #00E2C5;
}
.border-color {
border: 2px solid #00E2C5;
}