#00E2F8
A medium, vivid cyan closely aligning with Darkturquoise.
About #00E2F8
At its core, #00E2F8 is a medium and vivid hue. It is closely associated with the named CSS color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 226, and 248.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 9% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00E2F8
RGB0, 226, 248
HSL185.3°, 100.0%, 48.6%
CMYK100%, 9%, 0%, 3%
HSV185.3°, 100.0%, 97.3%
LAB82.5, -37.2, -23.5
XYZ44.1, 61.2, 98.3
Decimal58104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.23:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E2F8;
}
.text-color {
color: #00E2F8;
}
.border-color {
border: 2px solid #00E2F8;
}