Shades of Bright Turquoise #1DD6DD
Tints of Bright Turquoise #1DD6DD
RGB
CMYK
RGB Variations
Color information
#1DD6DD (or 0x1DD6DD) is known color: Bright Turquoise. HEX triplet: 1D, D6 and DD. RGB value is (29,214,221). Sum of RGB (Red+Green+Blue) = 29+214+221=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DD6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD6DD is #E22922. Grayscale: #9F9F9F. Windows color (decimal): -14821667 or 14538269. OLE color: 14538269.
HSL color Cylindrical-coordinate representation of color #1DD6DD: hue angle of 182.19º 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 #1DD6DD is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 214 | 221 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.13 |
| HSL | 182.19º | 0.77% | 0.49% | - |
| HSV(B) | 182.19º | 0.87% | 0.87% | - |
| XYZ | 37.6 | 53.57 | 76.77 | - |
| YUV | 159.48 | 162.71 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 221 | 0.87 | 0.03 | 0 | 0.13 | 182.19 | 0.77 | 0.49 |
| Hex | 1D | D6 | DD | 57 | 3 | 0 | D | B6 | 4D | 31 |
| Octal | 35 | 326 | 335 | 127 | 3 | 0 | 15 | 266 | 115 | 61 |
| Binary | 11101 | 11010110 | 11011101 | 1010111 | 11 | 0 | 1101 | 10110110 | 1001101 | 110001 |
Color Harmonies of #1DD6DD
Complementary color
Monochromatic Colors of #1DD6DD
Black with #1DD6DD
Text Example
Text Example
White with #1DD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD6DD; }
p { color: rgb(29,214,221); }
H1.HeaderClassName
{
color: #1DD6DD;
}
.AnyTagClassName
{
color: #1DD6DD;
}
</style>
background-color css
<style>
a { background-color: #1DD6DD; }
a { background-color: rgb(29,214,221); }
div.DivClassName
{
background-color: #1DD6DD;
}
.BgClassName
{
background-color: #1DD6DD;
}
</style>
border-color css
<style>
span { border-color: #1DD6DD; }
span { border-color: rgb(29,214,221); }
td.TdClassName
{
border-color: #1DD6DD;
}
.TagClassName
{
border-color: #1DD6DD;
}
</style>