#07F8DB
A medium, vivid cyan closely aligning with Turquoise.
About #07F8DB
Visually, #07F8DB is defined as a vivid cyan. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 248, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 0% Magenta, 12% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07F8DB
RGB7, 248, 219
HSL172.8°, 94.5%, 50.0%
CMYK97%, 0%, 12%, 3%
HSV172.8°, 97.2%, 97.3%
LAB88.1, -54.9, 0.1
XYZ46.4, 72.3, 78.5
Decimal522459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.46:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F8DB;
}
.text-color {
color: #07F8DB;
}
.border-color {
border: 2px solid #07F8DB;
}