#07CCD3
A medium, vivid cyan closely aligning with Darkturquoise.
About #07CCD3
The hex code #07CCD3 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(7, 204, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 97% cyan, 3% magenta, 0% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#07CCD3
RGB7, 204, 211
HSL182.1°, 93.6%, 42.7%
CMYK97%, 3%, 0%, 17%
HSV182.1°, 96.7%, 82.7%
LAB74.8, -38.3, -15.4
XYZ33.4, 47.9, 69.1
Decimal511187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.59:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
9.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCD3;
}
.text-color {
color: #07CCD3;
}
.border-color {
border: 2px solid #07CCD3;
}