#07CCCC
A medium, vivid cyan closely aligning with Darkturquoise.
About #07CCCC
Visually, #07CCCC is defined as a vivid cyan. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 7 red, 204 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 0% magenta, 0% yellow, and 20% black. The HSL representation is 180.0° hue, 93.4% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07CCCC
RGB7, 204, 204
HSL180.0°, 93.4%, 41.4%
CMYK97%, 0%, 0%, 20%
HSV180.0°, 96.6%, 80.0%
LAB74.6, -40.4, -11.9
XYZ32.6, 47.6, 64.6
Decimal511180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCCC;
}
.text-color {
color: #07CCCC;
}
.border-color {
border: 2px solid #07CCCC;
}