#1DDDCD Color Information

Hex color code: #1DDDCD

The hex color #1DDDCD is a vivid cyan with RGB values of (29, 221, 205) and HSL of (175°, 77%, 49%). It is commonly used in modern UI design.

Try:
Color NameDark Turquoise
HEX
#1DDDCD
RGB
29, 221, 205
HSL
175°, 77%, 49%
CMYK
87%, 0%, 7%, 13%

Shades

CSS Usage
color: #1DDDCD;
background-color: #1DDDCD;
border-color: #1DDDCD;
box-shadow: 0 0 10px #1DDDCD;
border: 2px solid #1DDDCD;
Tailwind Usage
bg-[#1DDDCD]
text-[#1DDDCD]
border-[#1DDDCD]
shadow-[0_0_10px_1DDDCD]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #1DDDCD, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #1DDDCD; color: #000000; }

Badge

New Feature
.badge { background-color: #1DDDCD; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #1DDDCD; background-color: #1DDDCD15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #1DDDCD20; border-left: 4px solid #1DDDCD; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #1DDDCD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #1DDDCD in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

29, 221, 205

Red: 29 / Green: 221 / Blue: 205

HSL

175°, 77%, 49%

Hue: 175° / Saturation: 77% / Lightness: 49%

CMYK

87%, 0%, 7%, 13%

Cyan: 87% / Magenta: 0% / Yellow: 7% / Key: 13%

What color is #1DDDCD?

#1DDDCD is a cyan-blue hue associated with trust and professionalism.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #1DDDCD to RGB:

rgb(29, 221, 205)HEX to RGB Converter →

HEX to HSL

Convert #1DDDCD to HSL:

hsl(175, 77%, 49%)RGB to HSL Converter →

HEX to CMYK

Convert #1DDDCD to CMYK:

cmyk(87%, 0%, 7%, 13%)Color Converter →

Color Meaning and Usage

A striking cyan tone, #1DDDCD has RGB (29, 221, 205) and HSL (175°, 77%, 49%). Known for evoking trust and professionalism, this cyan-blue hue is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #1DDDCD is #DD1D2D, creating high-contrast pairings. For softer combinations, try analogous colors like #1DDD6D.

Use #1DDDCD in CSS: color: #1DDDCD or background-color: #1DDDCD. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #1DDDCD

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 12.28:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #1DDDCD?

#1DDDCD is a striking cyan color - a cyan-blue hue that evokes trust and professionalism.

What is the RGB value of #1DDDCD?

#1DDDCD in RGB is (29, 221, 205) - 29 red, 221 green, and 205 blue.

How to use #1DDDCD in CSS?

Use #1DDDCD directly in your CSS properties like color or background-color.

What colors go well with #1DDDCD?

#DD1D2D (complementary), #1DDD6D (analogous), and #14998E (lighter shade) work well with #1DDDCD.