Shades of Bright Turquoise #1DDDD9
Tints of Bright Turquoise #1DDDD9
RGB
CMYK
RGB Variations
Color information
#1DDDD9 (or 0x1DDDD9) is known color: Bright Turquoise. HEX triplet: 1D, DD and D9. RGB value is (29,221,217). Sum of RGB (Red+Green+Blue) = 29+221+217=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDD9 is #E22226. Grayscale: #A2A2A2. Windows color (decimal): -14819879 or 14277917. OLE color: 14277917.
HSL color Cylindrical-coordinate representation of color #1DDDD9: hue angle of 178.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDDD9 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 217 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.75º | 0.77% | 0.49% | - |
| HSV(B) | 178.75º | 0.87% | 0.87% | - |
| XYZ | 38.89 | 56.98 | 74.6 | - |
| YUV | 163.14 | 158.39 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 217 | 0.87 | 0 | 0.02 | 0.13 | 178.75 | 0.77 | 0.49 |
| Hex | 1D | DD | D9 | 57 | 0 | 2 | D | B3 | 4D | 31 |
| Octal | 35 | 335 | 331 | 127 | 0 | 2 | 15 | 263 | 115 | 61 |
| Binary | 11101 | 11011101 | 11011001 | 1010111 | 0 | 10 | 1101 | 10110011 | 1001101 | 110001 |
Color Harmonies of #1DDDD9
Complementary color
Monochromatic Colors of #1DDDD9
Black with #1DDDD9
Text Example
Text Example
White with #1DDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDD9; }
p { color: rgb(29,221,217); }
H1.HeaderClassName
{
color: #1DDDD9;
}
.AnyTagClassName
{
color: #1DDDD9;
}
</style>
background-color css
<style>
a { background-color: #1DDDD9; }
a { background-color: rgb(29,221,217); }
div.DivClassName
{
background-color: #1DDDD9;
}
.BgClassName
{
background-color: #1DDDD9;
}
</style>
border-color css
<style>
span { border-color: #1DDDD9; }
span { border-color: rgb(29,221,217); }
td.TdClassName
{
border-color: #1DDDD9;
}
.TagClassName
{
border-color: #1DDDD9;
}
</style>