#1DDBBD
A medium, vivid cyan closely aligning with Turquoise.
About #1DDBBD
Visually, #1DDBBD is defined as a vivid cyan. Its closest recognized web color is Turquoise. In the RGB color space, it consists of 29 red, 219 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 87% C, 0% M, 14% Y, and 14% K. With a hue angle of 170.5 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DDBBD
RGB29, 219, 189
HSL170.5°, 76.6%, 48.6%
CMYK87%, 0%, 14%, 14%
HSV170.5°, 86.8%, 85.9%
LAB78.8, -50.2, 2.4
XYZ35.0, 54.6, 56.8
Decimal1956797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDBBD;
}
.text-color {
color: #1DDBBD;
}
.border-color {
border: 2px solid #1DDBBD;
}