#07E9E2
A medium, vivid cyan closely aligning with Turquoise.
About #07E9E2
The precise color #07E9E2 is an excellent choice for modern design projects. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(7, 233, 226).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 0% magenta, 3% yellow, and 9% black. With a hue angle of 178.1 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#07E9E2
RGB7, 233, 226
HSL178.1°, 94.2%, 47.1%
CMYK97%, 0%, 3%, 9%
HSV178.1°, 97.0%, 91.4%
LAB83.9, -46.8, -9.8
XYZ43.0, 63.8, 82.0
Decimal518626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E9E2;
}
.text-color {
color: #07E9E2;
}
.border-color {
border: 2px solid #07E9E2;
}