#07B6C5
A medium, vivid cyan closely aligning with Darkturquoise.
About #07B6C5
When working with digital screens, the color #07B6C5 is rendered by mixing light. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 7 red, 182 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 8% magenta, 0% yellow, and 23% black. With a hue angle of 184.7 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07B6C5
RGB7, 182, 197
HSL184.7°, 93.1%, 40.0%
CMYK96%, 8%, 0%, 23%
HSV184.7°, 96.4%, 77.3%
LAB67.7, -32.4, -18.5
XYZ26.9, 37.5, 58.7
Decimal505541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07B6C5;
}
.text-color {
color: #07B6C5;
}
.border-color {
border: 2px solid #07B6C5;
}