#07E2CC
A medium, vivid cyan closely aligning with Turquoise.
About #07E2CC
The hex code #07E2CC represents a beautifully specific shade of cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(7, 226, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 10% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#07E2CC
RGB7, 226, 204
HSL174.0°, 94.0%, 45.7%
CMYK97%, 0%, 10%, 11%
HSV174.0°, 96.9%, 88.6%
LAB81.2, -49.9, -2.1
XYZ38.2, 58.8, 66.5
Decimal516812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.76:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2CC;
}
.text-color {
color: #07E2CC;
}
.border-color {
border: 2px solid #07E2CC;
}