Shades of Bright Turquoise #1DECC0
Tints of Bright Turquoise #1DECC0
RGB
CMYK
RGB Variations
Color information
#1DECC0 (or 0x1DECC0) is known color: Bright Turquoise. HEX triplet: 1D, EC and C0. RGB value is (29,236,192). Sum of RGB (Red+Green+Blue) = 29+236+192=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECC0 is #E2133F. Grayscale: #A9A9A9. Windows color (decimal): -14816064 or 12643357. OLE color: 12643357.
HSL color Cylindrical-coordinate representation of color #1DECC0: hue angle of 167.25º 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 #1DECC0 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 192 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.07 |
| HSL | 167.25º | 0.84% | 0.52% | - |
| HSV(B) | 167.25º | 0.88% | 0.93% | - |
| XYZ | 40.02 | 64.06 | 60.12 | - |
| YUV | 169.09 | 140.92 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 192 | 0.88 | 0 | 0.19 | 0.07 | 167.25 | 0.84 | 0.52 |
| Hex | 1D | EC | C0 | 58 | 0 | 13 | 7 | A7 | 54 | 34 |
| Octal | 35 | 354 | 300 | 130 | 0 | 23 | 7 | 247 | 124 | 64 |
| Binary | 11101 | 11101100 | 11000000 | 1011000 | 0 | 10011 | 111 | 10100111 | 1010100 | 110100 |
Color Harmonies of #1DECC0
Complementary color
Monochromatic Colors of #1DECC0
Black with #1DECC0
Text Example
Text Example
White with #1DECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECC0; }
p { color: rgb(29,236,192); }
H1.HeaderClassName
{
color: #1DECC0;
}
.AnyTagClassName
{
color: #1DECC0;
}
</style>
background-color css
<style>
a { background-color: #1DECC0; }
a { background-color: rgb(29,236,192); }
div.DivClassName
{
background-color: #1DECC0;
}
.BgClassName
{
background-color: #1DECC0;
}
</style>
border-color css
<style>
span { border-color: #1DECC0; }
span { border-color: rgb(29,236,192); }
td.TdClassName
{
border-color: #1DECC0;
}
.TagClassName
{
border-color: #1DECC0;
}
</style>