Shades of Bright Turquoise #1DD8D0
Tints of Bright Turquoise #1DD8D0
RGB
CMYK
RGB Variations
Color information
#1DD8D0 (or 0x1DD8D0) is known color: Bright Turquoise. HEX triplet: 1D, D8 and D0. RGB value is (29,216,208). Sum of RGB (Red+Green+Blue) = 29+216+208=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD8D0 is #E2272F. Grayscale: #9F9F9F. Windows color (decimal): -14821168 or 13686813. OLE color: 13686813.
HSL color Cylindrical-coordinate representation of color #1DD8D0: hue angle of 177.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD8D0 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 208 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.15 |
| HSL | 177.43º | 0.76% | 0.48% | - |
| HSV(B) | 177.43º | 0.87% | 0.85% | - |
| XYZ | 36.45 | 53.93 | 68.16 | - |
| YUV | 159.18 | 155.55 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 208 | 0.87 | 0 | 0.04 | 0.15 | 177.43 | 0.76 | 0.48 |
| Hex | 1D | D8 | D0 | 57 | 0 | 4 | F | B1 | 4C | 30 |
| Octal | 35 | 330 | 320 | 127 | 0 | 4 | 17 | 261 | 114 | 60 |
| Binary | 11101 | 11011000 | 11010000 | 1010111 | 0 | 100 | 1111 | 10110001 | 1001100 | 110000 |
Color Harmonies of #1DD8D0
Complementary color
Monochromatic Colors of #1DD8D0
Black with #1DD8D0
Text Example
Text Example
White with #1DD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD8D0; }
p { color: rgb(29,216,208); }
H1.HeaderClassName
{
color: #1DD8D0;
}
.AnyTagClassName
{
color: #1DD8D0;
}
</style>
background-color css
<style>
a { background-color: #1DD8D0; }
a { background-color: rgb(29,216,208); }
div.DivClassName
{
background-color: #1DD8D0;
}
.BgClassName
{
background-color: #1DD8D0;
}
</style>
border-color css
<style>
span { border-color: #1DD8D0; }
span { border-color: rgb(29,216,208); }
td.TdClassName
{
border-color: #1DD8D0;
}
.TagClassName
{
border-color: #1DD8D0;
}
</style>