Shades of Turquoise #36FFEC
Tints of Turquoise #36FFEC
RGB
CMYK
RGB Variations
Color information
#36FFEC (or 0x36FFEC) is known color: Turquoise. HEX triplet: 36, FF and EC. RGB value is (54,255,236). Sum of RGB (Red+Green+Blue) = 54+255+236=545 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.91% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFEC is #C90013. Grayscale: #C0C0C0. Windows color (decimal): -13172756 or 15531830. OLE color: 15531830.
HSL color Cylindrical-coordinate representation of color #36FFEC: hue angle of 174.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFEC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 236 | - |
| CMYK | 0.79 | 0 | 0.07 | 0 |
| HSL | 174.33º | 1% | 0.61% | - |
| HSV(B) | 174.33º | 0.79% | 1% | - |
| XYZ | 52.42 | 78.36 | 91.72 | - |
| YUV | 192.74 | 152.41 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 236 | 0.79 | 0 | 0.07 | 0 | 174.33 | 1 | 0.61 |
| Hex | 36 | FF | EC | 4F | 0 | 7 | 0 | AE | 64 | 3D |
| Octal | 66 | 377 | 354 | 117 | 0 | 7 | 0 | 256 | 144 | 75 |
| Binary | 110110 | 11111111 | 11101100 | 1001111 | 0 | 111 | 0 | 10101110 | 1100100 | 111101 |
Color Harmonies of #36FFEC
Complementary color
Monochromatic Colors of #36FFEC
Black with #36FFEC
Text Example
Text Example
White with #36FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFEC; }
p { color: rgb(54,255,236); }
H1.HeaderClassName
{
color: #36FFEC;
}
.AnyTagClassName
{
color: #36FFEC;
}
</style>
background-color css
<style>
a { background-color: #36FFEC; }
a { background-color: rgb(54,255,236); }
div.DivClassName
{
background-color: #36FFEC;
}
.BgClassName
{
background-color: #36FFEC;
}
</style>
border-color css
<style>
span { border-color: #36FFEC; }
span { border-color: rgb(54,255,236); }
td.TdClassName
{
border-color: #36FFEC;
}
.TagClassName
{
border-color: #36FFEC;
}
</style>