#07E9C5
A medium, vivid cyan closely aligning with Turquoise.
About #07E9C5
The hex code #07E9C5 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Turquoise. In the RGB color space, it consists of 7 red, 233 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 0% magenta, 15% yellow, and 9% black. With a hue angle of 170.4 degrees, it sits comfortably in the cyan spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E9C5
RGB7, 233, 197
HSL170.4°, 94.2%, 47.1%
CMYK97%, 0%, 15%, 9%
HSV170.4°, 97.0%, 91.4%
LAB83.1, -54.7, 4.4
XYZ39.3, 62.4, 62.8
Decimal518597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.47:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E9C5;
}
.text-color {
color: #07E9C5;
}
.border-color {
border: 2px solid #07E9C5;
}