Shades of Bright Turquoise #1DD5D6
Tints of Bright Turquoise #1DD5D6
RGB
CMYK
RGB Variations
Color information
#1DD5D6 (or 0x1DD5D6) is known color: Bright Turquoise. HEX triplet: 1D, D5 and D6. RGB value is (29,213,214). Sum of RGB (Red+Green+Blue) = 29+213+214=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #1DD5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD5D6 is #E22A29. Grayscale: #9D9D9D. Windows color (decimal): -14821930 or 14079261. OLE color: 14079261.
HSL color Cylindrical-coordinate representation of color #1DD5D6: hue angle of 180.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD5D6 is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 214 | - |
| CMYK | 0.86 | 0.00 | 0 | 0.16 |
| HSL | 180.32º | 0.76% | 0.48% | - |
| HSV(B) | 180.32º | 0.86% | 0.84% | - |
| XYZ | 36.44 | 52.7 | 71.87 | - |
| YUV | 158.1 | 159.54 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 214 | 0.86 | 0.00 | 0 | 0.16 | 180.32 | 0.76 | 0.48 |
| Hex | 1D | D5 | D6 | 56 | 0 | 0 | 10 | B4 | 4C | 30 |
| Octal | 35 | 325 | 326 | 126 | 0 | 0 | 20 | 264 | 114 | 60 |
| Binary | 11101 | 11010101 | 11010110 | 1010110 | 0 | 0 | 10000 | 10110100 | 1001100 | 110000 |
Color Harmonies of #1DD5D6
Complementary color
Monochromatic Colors of #1DD5D6
Black with #1DD5D6
Text Example
Text Example
White with #1DD5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD5D6; }
p { color: rgb(29,213,214); }
H1.HeaderClassName
{
color: #1DD5D6;
}
.AnyTagClassName
{
color: #1DD5D6;
}
</style>
background-color css
<style>
a { background-color: #1DD5D6; }
a { background-color: rgb(29,213,214); }
div.DivClassName
{
background-color: #1DD5D6;
}
.BgClassName
{
background-color: #1DD5D6;
}
</style>
border-color css
<style>
span { border-color: #1DD5D6; }
span { border-color: rgb(29,213,214); }
td.TdClassName
{
border-color: #1DD5D6;
}
.TagClassName
{
border-color: #1DD5D6;
}
</style>