#07E2F8
A medium, vivid cyan closely aligning with Darkturquoise.
About #07E2F8
At its core, #07E2F8 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(7, 226, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 9% M, 0% Y, and 3% K. The HSL representation is 185.5° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07E2F8
RGB7, 226, 248
HSL185.5°, 94.5%, 50.0%
CMYK97%, 9%, 0%, 3%
HSV185.5°, 97.2%, 97.3%
LAB82.5, -37.1, -23.5
XYZ44.2, 61.2, 98.3
Decimal516856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.24:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2F8;
}
.text-color {
color: #07E2F8;
}
.border-color {
border: 2px solid #07E2F8;
}