Shades of Turquoise #36ECBC
Tints of Turquoise #36ECBC
RGB
CMYK
RGB Variations
Color information
#36ECBC (or 0x36ECBC) is known color: Turquoise. HEX triplet: 36, EC and BC. RGB value is (54,236,188). Sum of RGB (Red+Green+Blue) = 54+236+188=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECBC is #C91343. Grayscale: #B0B0B0. Windows color (decimal): -13177668 or 12381238. OLE color: 12381238.
HSL color Cylindrical-coordinate representation of color #36ECBC: hue angle of 164.18º 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 #36ECBC is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 188 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.07 |
| HSL | 164.18º | 0.83% | 0.57% | - |
| HSV(B) | 164.18º | 0.77% | 0.93% | - |
| XYZ | 40.59 | 64.41 | 57.87 | - |
| YUV | 176.11 | 134.7 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 188 | 0.77 | 0 | 0.20 | 0.07 | 164.18 | 0.83 | 0.57 |
| Hex | 36 | EC | BC | 4D | 0 | 14 | 7 | A4 | 53 | 39 |
| Octal | 66 | 354 | 274 | 115 | 0 | 24 | 7 | 244 | 123 | 71 |
| Binary | 110110 | 11101100 | 10111100 | 1001101 | 0 | 10100 | 111 | 10100100 | 1010011 | 111001 |
Color Harmonies of #36ECBC
Complementary color
Monochromatic Colors of #36ECBC
Black with #36ECBC
Text Example
Text Example
White with #36ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECBC; }
p { color: rgb(54,236,188); }
H1.HeaderClassName
{
color: #36ECBC;
}
.AnyTagClassName
{
color: #36ECBC;
}
</style>
background-color css
<style>
a { background-color: #36ECBC; }
a { background-color: rgb(54,236,188); }
div.DivClassName
{
background-color: #36ECBC;
}
.BgClassName
{
background-color: #36ECBC;
}
</style>
border-color css
<style>
span { border-color: #36ECBC; }
span { border-color: rgb(54,236,188); }
td.TdClassName
{
border-color: #36ECBC;
}
.TagClassName
{
border-color: #36ECBC;
}
</style>