#07DBCC
A medium, vivid cyan closely aligning with Turquoise.
About #07DBCC
At its core, #07DBCC is a medium and vivid hue. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 7 red, 219 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 97% cyan, 0% magenta, 7% yellow, and 14% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07DBCC
RGB7, 219, 204
HSL175.8°, 93.8%, 44.3%
CMYK97%, 0%, 7%, 14%
HSV175.8°, 96.8%, 85.9%
LAB79.1, -47.0, -5.2
XYZ36.3, 55.1, 65.8
Decimal515020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.01:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DBCC;
}
.text-color {
color: #07DBCC;
}
.border-color {
border: 2px solid #07DBCC;
}