Shades of Bright Turquoise #1DD9DC
Tints of Bright Turquoise #1DD9DC
RGB
CMYK
RGB Variations
Color information
#1DD9DC (or 0x1DD9DC) is known color: Bright Turquoise. HEX triplet: 1D, D9 and DC. RGB value is (29,217,220). Sum of RGB (Red+Green+Blue) = 29+217+220=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DD9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD9DC is #E22623. Grayscale: #A0A0A0. Windows color (decimal): -14820900 or 14473501. OLE color: 14473501.
HSL color Cylindrical-coordinate representation of color #1DD9DC: hue angle of 180.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD9DC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 217 | 220 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.14 |
| HSL | 180.94º | 0.77% | 0.49% | - |
| HSV(B) | 180.94º | 0.87% | 0.86% | - |
| XYZ | 38.24 | 55.05 | 76.32 | - |
| YUV | 161.13 | 161.22 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 220 | 0.87 | 0.01 | 0 | 0.14 | 180.94 | 0.77 | 0.49 |
| Hex | 1D | D9 | DC | 57 | 1 | 0 | E | B5 | 4D | 31 |
| Octal | 35 | 331 | 334 | 127 | 1 | 0 | 16 | 265 | 115 | 61 |
| Binary | 11101 | 11011001 | 11011100 | 1010111 | 1 | 0 | 1110 | 10110101 | 1001101 | 110001 |
Color Harmonies of #1DD9DC
Complementary color
Monochromatic Colors of #1DD9DC
Black with #1DD9DC
Text Example
Text Example
White with #1DD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD9DC; }
p { color: rgb(29,217,220); }
H1.HeaderClassName
{
color: #1DD9DC;
}
.AnyTagClassName
{
color: #1DD9DC;
}
</style>
background-color css
<style>
a { background-color: #1DD9DC; }
a { background-color: rgb(29,217,220); }
div.DivClassName
{
background-color: #1DD9DC;
}
.BgClassName
{
background-color: #1DD9DC;
}
</style>
border-color css
<style>
span { border-color: #1DD9DC; }
span { border-color: rgb(29,217,220); }
td.TdClassName
{
border-color: #1DD9DC;
}
.TagClassName
{
border-color: #1DD9DC;
}
</style>