Shades of Bright Turquoise #1DECCC
Tints of Bright Turquoise #1DECCC
RGB
CMYK
RGB Variations
Color information
#1DECCC (or 0x1DECCC) is known color: Bright Turquoise. HEX triplet: 1D, EC and CC. RGB value is (29,236,204). Sum of RGB (Red+Green+Blue) = 29+236+204=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECCC is #E21333. Grayscale: #AAAAAA. Windows color (decimal): -14816052 or 13429789. OLE color: 13429789.
HSL color Cylindrical-coordinate representation of color #1DECCC: hue angle of 170.72º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DECCC is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 204 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.07 |
| HSL | 170.72º | 0.84% | 0.52% | - |
| HSV(B) | 170.72º | 0.88% | 0.93% | - |
| XYZ | 41.4 | 64.61 | 67.42 | - |
| YUV | 170.46 | 146.92 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 204 | 0.88 | 0 | 0.14 | 0.07 | 170.72 | 0.84 | 0.52 |
| Hex | 1D | EC | CC | 58 | 0 | E | 7 | AB | 54 | 34 |
| Octal | 35 | 354 | 314 | 130 | 0 | 16 | 7 | 253 | 124 | 64 |
| Binary | 11101 | 11101100 | 11001100 | 1011000 | 0 | 1110 | 111 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1DECCC
Complementary color
Monochromatic Colors of #1DECCC
Black with #1DECCC
Text Example
Text Example
White with #1DECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECCC; }
p { color: rgb(29,236,204); }
H1.HeaderClassName
{
color: #1DECCC;
}
.AnyTagClassName
{
color: #1DECCC;
}
</style>
background-color css
<style>
a { background-color: #1DECCC; }
a { background-color: rgb(29,236,204); }
div.DivClassName
{
background-color: #1DECCC;
}
.BgClassName
{
background-color: #1DECCC;
}
</style>
border-color css
<style>
span { border-color: #1DECCC; }
span { border-color: rgb(29,236,204); }
td.TdClassName
{
border-color: #1DECCC;
}
.TagClassName
{
border-color: #1DECCC;
}
</style>