#07CCE9
A medium, vivid cyan closely aligning with Darkturquoise.
About #07CCE9
Visually, #07CCE9 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 204, and 233.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 97% cyan and 12% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07CCE9
RGB7, 204, 233
HSL187.7°, 94.2%, 47.1%
CMYK97%, 12%, 0%, 9%
HSV187.7°, 97.0%, 91.4%
LAB75.5, -31.4, -26.1
XYZ36.4, 49.1, 84.7
Decimal511209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.82:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCE9;
}
.text-color {
color: #07CCE9;
}
.border-color {
border: 2px solid #07CCE9;
}