#07B6CC
A medium, vivid cyan closely aligning with Darkturquoise.
About #07B6CC
When working with digital screens, the color #07B6CC is rendered by mixing light. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 182, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 11% Magenta, 0% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#07B6CC
RGB7, 182, 204
HSL186.7°, 93.4%, 41.4%
CMYK97%, 11%, 0%, 20%
HSV186.7°, 96.6%, 80.0%
LAB67.9, -30.2, -21.9
XYZ27.7, 37.9, 63.0
Decimal505548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.57:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07B6CC;
}
.text-color {
color: #07B6CC;
}
.border-color {
border: 2px solid #07B6CC;
}