#00E2F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #00E2F0
At its core, #00E2F0 is a medium and vivid hue. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 0 parts red, 226 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 6% magenta, 0% yellow, and 6% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00E2F0
RGB0, 226, 240
HSL183.5°, 100.0%, 47.1%
CMYK100%, 6%, 0%, 6%
HSV183.5°, 100.0%, 94.1%
LAB82.2, -39.7, -19.7
XYZ42.9, 60.7, 91.9
Decimal58096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E2F0;
}
.text-color {
color: #00E2F0;
}
.border-color {
border: 2px solid #00E2F0;
}