#07E2D3
A medium, vivid cyan closely aligning with Turquoise.
About #07E2D3
When working with digital screens, the color #07E2D3 is rendered by mixing light. Its closest recognized web color is Turquoise. In the RGB color space, it consists of 7 red, 226 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. The HSL representation is 175.9° hue, 94.0% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#07E2D3
RGB7, 226, 211
HSL175.9°, 94.0%, 45.7%
CMYK97%, 0%, 7%, 11%
HSV175.9°, 96.9%, 88.6%
LAB81.4, -48.0, -5.5
XYZ39.0, 59.1, 71.0
Decimal516819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2D3;
}
.text-color {
color: #07E2D3;
}
.border-color {
border: 2px solid #07E2D3;
}