Shades of Bright Turquoise #1DECC8
Tints of Bright Turquoise #1DECC8
RGB
CMYK
RGB Variations
Color information
#1DECC8 (or 0x1DECC8) is known color: Bright Turquoise. HEX triplet: 1D, EC and C8. RGB value is (29,236,200). Sum of RGB (Red+Green+Blue) = 29+236+200=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECC8 is #E21337. Grayscale: #A9A9A9. Windows color (decimal): -14816056 or 13167645. OLE color: 13167645.
HSL color Cylindrical-coordinate representation of color #1DECC8: hue angle of 169.57º 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 #1DECC8 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 200 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.07 |
| HSL | 169.57º | 0.84% | 0.52% | - |
| HSV(B) | 169.57º | 0.88% | 0.93% | - |
| XYZ | 40.93 | 64.42 | 64.92 | - |
| YUV | 170 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 200 | 0.88 | 0 | 0.15 | 0.07 | 169.57 | 0.84 | 0.52 |
| Hex | 1D | EC | C8 | 58 | 0 | F | 7 | AA | 54 | 34 |
| Octal | 35 | 354 | 310 | 130 | 0 | 17 | 7 | 252 | 124 | 64 |
| Binary | 11101 | 11101100 | 11001000 | 1011000 | 0 | 1111 | 111 | 10101010 | 1010100 | 110100 |
Color Harmonies of #1DECC8
Complementary color
Monochromatic Colors of #1DECC8
Black with #1DECC8
Text Example
Text Example
White with #1DECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECC8; }
p { color: rgb(29,236,200); }
H1.HeaderClassName
{
color: #1DECC8;
}
.AnyTagClassName
{
color: #1DECC8;
}
</style>
background-color css
<style>
a { background-color: #1DECC8; }
a { background-color: rgb(29,236,200); }
div.DivClassName
{
background-color: #1DECC8;
}
.BgClassName
{
background-color: #1DECC8;
}
</style>
border-color css
<style>
span { border-color: #1DECC8; }
span { border-color: rgb(29,236,200); }
td.TdClassName
{
border-color: #1DECC8;
}
.TagClassName
{
border-color: #1DECC8;
}
</style>