#07E2DB
A medium, vivid cyan closely aligning with Turquoise.
About #07E2DB
At its core, #07E2DB is a medium and vivid hue. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(7, 226, 219).
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 0% Magenta, 3% Yellow, and 11% Black. The HSL representation is 178.1° hue, 94.0% saturation, and 45.7% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07E2DB
RGB7, 226, 219
HSL178.1°, 94.0%, 45.7%
CMYK97%, 0%, 3%, 11%
HSV178.1°, 96.9%, 88.6%
LAB81.6, -45.8, -9.5
XYZ40.1, 59.6, 76.4
Decimal516827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.91:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2DB;
}
.text-color {
color: #07E2DB;
}
.border-color {
border: 2px solid #07E2DB;
}