Shades of Turquoise #36ECD6
Tints of Turquoise #36ECD6
RGB
CMYK
RGB Variations
Color information
#36ECD6 (or 0x36ECD6) is known color: Turquoise. HEX triplet: 36, EC and D6. RGB value is (54,236,214). Sum of RGB (Red+Green+Blue) = 54+236+214=504 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.71% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECD6 is #C91329. Grayscale: #B2B2B2. Windows color (decimal): -13177642 or 14085174. OLE color: 14085174.
HSL color Cylindrical-coordinate representation of color #36ECD6: hue angle of 172.75º 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 #36ECD6 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 214 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.07 |
| HSL | 172.75º | 0.83% | 0.57% | - |
| HSV(B) | 172.75º | 0.77% | 0.93% | - |
| XYZ | 43.65 | 65.63 | 73.99 | - |
| YUV | 179.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 214 | 0.77 | 0 | 0.09 | 0.07 | 172.75 | 0.83 | 0.57 |
| Hex | 36 | EC | D6 | 4D | 0 | 9 | 7 | AD | 53 | 39 |
| Octal | 66 | 354 | 326 | 115 | 0 | 11 | 7 | 255 | 123 | 71 |
| Binary | 110110 | 11101100 | 11010110 | 1001101 | 0 | 1001 | 111 | 10101101 | 1010011 | 111001 |
Color Harmonies of #36ECD6
Complementary color
Monochromatic Colors of #36ECD6
Black with #36ECD6
Text Example
Text Example
White with #36ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECD6; }
p { color: rgb(54,236,214); }
H1.HeaderClassName
{
color: #36ECD6;
}
.AnyTagClassName
{
color: #36ECD6;
}
</style>
background-color css
<style>
a { background-color: #36ECD6; }
a { background-color: rgb(54,236,214); }
div.DivClassName
{
background-color: #36ECD6;
}
.BgClassName
{
background-color: #36ECD6;
}
</style>
border-color css
<style>
span { border-color: #36ECD6; }
span { border-color: rgb(54,236,214); }
td.TdClassName
{
border-color: #36ECD6;
}
.TagClassName
{
border-color: #36ECD6;
}
</style>