#07C5D3
A medium, vivid cyan closely aligning with Darkturquoise.
About #07C5D3
The hex code #07C5D3 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 197, and 211.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 7% magenta inks. The HSL representation is 184.1° hue, 93.6% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07C5D3
RGB7, 197, 211
HSL184.1°, 93.6%, 42.7%
CMYK97%, 7%, 0%, 17%
HSV184.1°, 96.7%, 82.7%
LAB72.7, -35.1, -18.5
XYZ31.8, 44.7, 68.6
Decimal509395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C5D3;
}
.text-color {
color: #07C5D3;
}
.border-color {
border: 2px solid #07C5D3;
}