#07D3AF
A medium, vivid cyan closely aligning with Turquoise.
About #07D3AF
The hex code #07D3AF represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 211, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 17% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07D3AF
RGB7, 211, 175
HSL169.4°, 93.6%, 42.7%
CMYK97%, 0%, 17%, 17%
HSV169.4°, 96.7%, 82.7%
LAB75.9, -51.5, 5.7
XYZ31.1, 49.7, 48.5
Decimal512943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.95:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D3AF;
}
.text-color {
color: #07D3AF;
}
.border-color {
border: 2px solid #07D3AF;
}