Shades of Turquoise #36DED8
Tints of Turquoise #36DED8
RGB
CMYK
RGB Variations
Color information
#36DED8 (or 0x36DED8) is known color: Turquoise. HEX triplet: 36, DE and D8. RGB value is (54,222,216). Sum of RGB (Red+Green+Blue) = 54+222+216=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #36DED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DED8 is #C92127. Grayscale: #AAAAAA. Windows color (decimal): -13181224 or 14212662. OLE color: 14212662.
HSL color Cylindrical-coordinate representation of color #36DED8: hue angle of 177.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DED8 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 216 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.13 |
| HSL | 177.86º | 0.72% | 0.54% | - |
| HSV(B) | 177.86º | 0.76% | 0.87% | - |
| XYZ | 40.04 | 57.98 | 74.05 | - |
| YUV | 171.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 216 | 0.76 | 0 | 0.03 | 0.13 | 177.86 | 0.72 | 0.54 |
| Hex | 36 | DE | D8 | 4C | 0 | 3 | D | B2 | 48 | 36 |
| Octal | 66 | 336 | 330 | 114 | 0 | 3 | 15 | 262 | 110 | 66 |
| Binary | 110110 | 11011110 | 11011000 | 1001100 | 0 | 11 | 1101 | 10110010 | 1001000 | 110110 |
Color Harmonies of #36DED8
Complementary color
Monochromatic Colors of #36DED8
Black with #36DED8
Text Example
Text Example
White with #36DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DED8; }
p { color: rgb(54,222,216); }
H1.HeaderClassName
{
color: #36DED8;
}
.AnyTagClassName
{
color: #36DED8;
}
</style>
background-color css
<style>
a { background-color: #36DED8; }
a { background-color: rgb(54,222,216); }
div.DivClassName
{
background-color: #36DED8;
}
.BgClassName
{
background-color: #36DED8;
}
</style>
border-color css
<style>
span { border-color: #36DED8; }
span { border-color: rgb(54,222,216); }
td.TdClassName
{
border-color: #36DED8;
}
.TagClassName
{
border-color: #36DED8;
}
</style>