#07E2E2
A medium, vivid cyan closely aligning with Darkturquoise.
About #07E2E2
At its core, #07E2E2 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 7 red, 226 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 0% Yellow, and 11% Black. The HSL representation is 180.0° hue, 94.0% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#07E2E2
RGB7, 226, 226
HSL180.0°, 94.0%, 45.7%
CMYK97%, 0%, 0%, 11%
HSV180.0°, 96.9%, 88.6%
LAB81.8, -43.7, -12.9
XYZ41.0, 59.9, 81.4
Decimal516834
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.99:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2E2;
}
.text-color {
color: #07E2E2;
}
.border-color {
border: 2px solid #07E2E2;
}