Shades of Turquoise #36E2EC
Tints of Turquoise #36E2EC
RGB
CMYK
RGB Variations
Color information
#36E2EC (or 0x36E2EC) is known color: Turquoise. HEX triplet: 36, E2 and EC. RGB value is (54,226,236). Sum of RGB (Red+Green+Blue) = 54+226+236=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #36E2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E2EC is #C91D13. Grayscale: #AFAFAF. Windows color (decimal): -13180180 or 15524406. OLE color: 15524406.
HSL color Cylindrical-coordinate representation of color #36E2EC: hue angle of 183.3º 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 #36E2EC is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 226 | 236 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.07 |
| HSL | 183.3º | 0.83% | 0.57% | - |
| HSV(B) | 183.3º | 0.77% | 0.93% | - |
| XYZ | 43.86 | 61.23 | 88.86 | - |
| YUV | 175.71 | 162.02 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 226 | 236 | 0.77 | 0.04 | 0 | 0.07 | 183.3 | 0.83 | 0.57 |
| Hex | 36 | E2 | EC | 4D | 4 | 0 | 7 | B7 | 53 | 39 |
| Octal | 66 | 342 | 354 | 115 | 4 | 0 | 7 | 267 | 123 | 71 |
| Binary | 110110 | 11100010 | 11101100 | 1001101 | 100 | 0 | 111 | 10110111 | 1010011 | 111001 |
Color Harmonies of #36E2EC
Complementary color
Monochromatic Colors of #36E2EC
Black with #36E2EC
Text Example
Text Example
White with #36E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E2EC; }
p { color: rgb(54,226,236); }
H1.HeaderClassName
{
color: #36E2EC;
}
.AnyTagClassName
{
color: #36E2EC;
}
</style>
background-color css
<style>
a { background-color: #36E2EC; }
a { background-color: rgb(54,226,236); }
div.DivClassName
{
background-color: #36E2EC;
}
.BgClassName
{
background-color: #36E2EC;
}
</style>
border-color css
<style>
span { border-color: #36E2EC; }
span { border-color: rgb(54,226,236); }
td.TdClassName
{
border-color: #36E2EC;
}
.TagClassName
{
border-color: #36E2EC;
}
</style>