Shades of Turquoise #36FFEA
Tints of Turquoise #36FFEA
RGB
CMYK
RGB Variations
Color information
#36FFEA (or 0x36FFEA) is known color: Turquoise. HEX triplet: 36, FF and EA. RGB value is (54,255,234). Sum of RGB (Red+Green+Blue) = 54+255+234=543 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.94% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFEA is #C90015. Grayscale: #C0C0C0. Windows color (decimal): -13172758 or 15400758. OLE color: 15400758.
HSL color Cylindrical-coordinate representation of color #36FFEA: hue angle of 173.73º 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 #36FFEA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 234 | - |
| CMYK | 0.79 | 0 | 0.08 | 0 |
| HSL | 173.73º | 1% | 0.61% | - |
| HSV(B) | 173.73º | 0.79% | 1% | - |
| XYZ | 52.13 | 78.24 | 90.2 | - |
| YUV | 192.51 | 151.41 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 234 | 0.79 | 0 | 0.08 | 0 | 173.73 | 1 | 0.61 |
| Hex | 36 | FF | EA | 4F | 0 | 8 | 0 | AE | 64 | 3D |
| Octal | 66 | 377 | 352 | 117 | 0 | 10 | 0 | 256 | 144 | 75 |
| Binary | 110110 | 11111111 | 11101010 | 1001111 | 0 | 1000 | 0 | 10101110 | 1100100 | 111101 |
Color Harmonies of #36FFEA
Complementary color
Monochromatic Colors of #36FFEA
Black with #36FFEA
Text Example
Text Example
White with #36FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFEA; }
p { color: rgb(54,255,234); }
H1.HeaderClassName
{
color: #36FFEA;
}
.AnyTagClassName
{
color: #36FFEA;
}
</style>
background-color css
<style>
a { background-color: #36FFEA; }
a { background-color: rgb(54,255,234); }
div.DivClassName
{
background-color: #36FFEA;
}
.BgClassName
{
background-color: #36FFEA;
}
</style>
border-color css
<style>
span { border-color: #36FFEA; }
span { border-color: rgb(54,255,234); }
td.TdClassName
{
border-color: #36FFEA;
}
.TagClassName
{
border-color: #36FFEA;
}
</style>