Shades of Turquoise #36ECCE
Tints of Turquoise #36ECCE
RGB
CMYK
RGB Variations
Color information
#36ECCE (or 0x36ECCE) is known color: Turquoise. HEX triplet: 36, EC and CE. RGB value is (54,236,206). Sum of RGB (Red+Green+Blue) = 54+236+206=496 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.89% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECCE is #C91331. Grayscale: #B2B2B2. Windows color (decimal): -13177650 or 13560886. OLE color: 13560886.
HSL color Cylindrical-coordinate representation of color #36ECCE: hue angle of 170.11º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36ECCE is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 206 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.07 |
| HSL | 170.11º | 0.83% | 0.57% | - |
| HSV(B) | 170.11º | 0.77% | 0.93% | - |
| XYZ | 42.66 | 65.23 | 68.74 | - |
| YUV | 178.16 | 143.7 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 206 | 0.77 | 0 | 0.13 | 0.07 | 170.11 | 0.83 | 0.57 |
| Hex | 36 | EC | CE | 4D | 0 | D | 7 | AA | 53 | 39 |
| Octal | 66 | 354 | 316 | 115 | 0 | 15 | 7 | 252 | 123 | 71 |
| Binary | 110110 | 11101100 | 11001110 | 1001101 | 0 | 1101 | 111 | 10101010 | 1010011 | 111001 |
Color Harmonies of #36ECCE
Complementary color
Monochromatic Colors of #36ECCE
Black with #36ECCE
Text Example
Text Example
White with #36ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECCE; }
p { color: rgb(54,236,206); }
H1.HeaderClassName
{
color: #36ECCE;
}
.AnyTagClassName
{
color: #36ECCE;
}
</style>
background-color css
<style>
a { background-color: #36ECCE; }
a { background-color: rgb(54,236,206); }
div.DivClassName
{
background-color: #36ECCE;
}
.BgClassName
{
background-color: #36ECCE;
}
</style>
border-color css
<style>
span { border-color: #36ECCE; }
span { border-color: rgb(54,236,206); }
td.TdClassName
{
border-color: #36ECCE;
}
.TagClassName
{
border-color: #36ECCE;
}
</style>