#07F0D3
A medium, vivid cyan closely aligning with Turquoise.
About #07F0D3
When working with digital screens, the color #07F0D3 is rendered by mixing light. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 7 red, 240 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 0% Magenta, 12% Yellow, and 6% Black. The HSL representation is 172.5° hue, 94.3% saturation, and 48.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07F0D3
RGB7, 240, 211
HSL172.5°, 94.3%, 48.4%
CMYK97%, 0%, 12%, 6%
HSV172.5°, 97.1%, 94.1%
LAB85.5, -53.8, 0.6
XYZ43.0, 67.1, 72.3
Decimal520403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.41:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0D3;
}
.text-color {
color: #07F0D3;
}
.border-color {
border: 2px solid #07F0D3;
}