Shades of Turquoise #36ECD0
Tints of Turquoise #36ECD0
RGB
CMYK
RGB Variations
Color information
#36ECD0 (or 0x36ECD0) is known color: Turquoise. HEX triplet: 36, EC and D0. RGB value is (54,236,208). Sum of RGB (Red+Green+Blue) = 54+236+208=498 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.84% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECD0 is #C9132F. Grayscale: #B2B2B2. Windows color (decimal): -13177648 or 13691958. OLE color: 13691958.
HSL color Cylindrical-coordinate representation of color #36ECD0: hue angle of 170.77º 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 #36ECD0 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 208 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.07 |
| HSL | 170.77º | 0.83% | 0.57% | - |
| HSV(B) | 170.77º | 0.77% | 0.93% | - |
| XYZ | 42.9 | 65.33 | 70.02 | - |
| YUV | 178.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 208 | 0.77 | 0 | 0.12 | 0.07 | 170.77 | 0.83 | 0.57 |
| Hex | 36 | EC | D0 | 4D | 0 | C | 7 | AB | 53 | 39 |
| Octal | 66 | 354 | 320 | 115 | 0 | 14 | 7 | 253 | 123 | 71 |
| Binary | 110110 | 11101100 | 11010000 | 1001101 | 0 | 1100 | 111 | 10101011 | 1010011 | 111001 |
Color Harmonies of #36ECD0
Complementary color
Monochromatic Colors of #36ECD0
Black with #36ECD0
Text Example
Text Example
White with #36ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECD0; }
p { color: rgb(54,236,208); }
H1.HeaderClassName
{
color: #36ECD0;
}
.AnyTagClassName
{
color: #36ECD0;
}
</style>
background-color css
<style>
a { background-color: #36ECD0; }
a { background-color: rgb(54,236,208); }
div.DivClassName
{
background-color: #36ECD0;
}
.BgClassName
{
background-color: #36ECD0;
}
</style>
border-color css
<style>
span { border-color: #36ECD0; }
span { border-color: rgb(54,236,208); }
td.TdClassName
{
border-color: #36ECD0;
}
.TagClassName
{
border-color: #36ECD0;
}
</style>