#1DF8DB
A medium, vivid cyan closely aligning with Turquoise.
About #1DF8DB
Visually, #1DF8DB is defined as a vivid cyan. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 248, and 219.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 88% C, 0% M, 12% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DF8DB
RGB29, 248, 219
HSL172.1°, 94.0%, 54.3%
CMYK88%, 0%, 12%, 3%
HSV172.1°, 88.3%, 97.3%
LAB88.2, -54.2, 0.3
XYZ46.9, 72.5, 78.5
Decimal1964251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.50:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF8DB;
}
.text-color {
color: #1DF8DB;
}
.border-color {
border: 2px solid #1DF8DB;
}