Shades of Turquoise #36FFEF
Tints of Turquoise #36FFEF
RGB
CMYK
RGB Variations
Color information
#36FFEF (or 0x36FFEF) is known color: Turquoise. HEX triplet: 36, FF and EF. RGB value is (54,255,239). Sum of RGB (Red+Green+Blue) = 54+255+239=548 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.85% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFEF is #C90010. Grayscale: #C0C0C0. Windows color (decimal): -13172753 or 15728438. OLE color: 15728438.
HSL color Cylindrical-coordinate representation of color #36FFEF: hue angle of 175.22º 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 #36FFEF is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 239 | - |
| CMYK | 0.79 | 0 | 0.06 | 0 |
| HSL | 175.22º | 1% | 0.61% | - |
| HSV(B) | 175.22º | 0.79% | 1% | - |
| XYZ | 52.86 | 78.54 | 94.03 | - |
| YUV | 193.08 | 153.91 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 239 | 0.79 | 0 | 0.06 | 0 | 175.22 | 1 | 0.61 |
| Hex | 36 | FF | EF | 4F | 0 | 6 | 0 | AF | 64 | 3D |
| Octal | 66 | 377 | 357 | 117 | 0 | 6 | 0 | 257 | 144 | 75 |
| Binary | 110110 | 11111111 | 11101111 | 1001111 | 0 | 110 | 0 | 10101111 | 1100100 | 111101 |
Color Harmonies of #36FFEF
Complementary color
Monochromatic Colors of #36FFEF
Black with #36FFEF
Text Example
Text Example
White with #36FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFEF; }
p { color: rgb(54,255,239); }
H1.HeaderClassName
{
color: #36FFEF;
}
.AnyTagClassName
{
color: #36FFEF;
}
</style>
background-color css
<style>
a { background-color: #36FFEF; }
a { background-color: rgb(54,255,239); }
div.DivClassName
{
background-color: #36FFEF;
}
.BgClassName
{
background-color: #36FFEF;
}
</style>
border-color css
<style>
span { border-color: #36FFEF; }
span { border-color: rgb(54,255,239); }
td.TdClassName
{
border-color: #36FFEF;
}
.TagClassName
{
border-color: #36FFEF;
}
</style>