Shades of Turquoise #36EEC0
Tints of Turquoise #36EEC0
RGB
CMYK
RGB Variations
Color information
#36EEC0 (or 0x36EEC0) is known color: Turquoise. HEX triplet: 36, EE and C0. RGB value is (54,238,192). Sum of RGB (Red+Green+Blue) = 54+238+192=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC0 is #C9113F. Grayscale: #B1B1B1. Windows color (decimal): -13177152 or 12643894. OLE color: 12643894.
HSL color Cylindrical-coordinate representation of color #36EEC0: hue angle of 165º degrees, saturation: 0.84, 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 #36EEC0 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 192 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.07 |
| HSL | 165º | 0.84% | 0.57% | - |
| HSV(B) | 165º | 0.77% | 0.93% | - |
| XYZ | 41.61 | 65.74 | 60.37 | - |
| YUV | 177.74 | 136.04 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 192 | 0.77 | 0 | 0.19 | 0.07 | 165 | 0.84 | 0.57 |
| Hex | 36 | EE | C0 | 4D | 0 | 13 | 7 | A5 | 54 | 39 |
| Octal | 66 | 356 | 300 | 115 | 0 | 23 | 7 | 245 | 124 | 71 |
| Binary | 110110 | 11101110 | 11000000 | 1001101 | 0 | 10011 | 111 | 10100101 | 1010100 | 111001 |
Color Harmonies of #36EEC0
Complementary color
Monochromatic Colors of #36EEC0
Black with #36EEC0
Text Example
Text Example
White with #36EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEC0; }
p { color: rgb(54,238,192); }
H1.HeaderClassName
{
color: #36EEC0;
}
.AnyTagClassName
{
color: #36EEC0;
}
</style>
background-color css
<style>
a { background-color: #36EEC0; }
a { background-color: rgb(54,238,192); }
div.DivClassName
{
background-color: #36EEC0;
}
.BgClassName
{
background-color: #36EEC0;
}
</style>
border-color css
<style>
span { border-color: #36EEC0; }
span { border-color: rgb(54,238,192); }
td.TdClassName
{
border-color: #36EEC0;
}
.TagClassName
{
border-color: #36EEC0;
}
</style>