Shades of Turquoise #36FFE4
Tints of Turquoise #36FFE4
RGB
CMYK
RGB Variations
Color information
#36FFE4 (or 0x36FFE4) is known color: Turquoise. HEX triplet: 36, FF and E4. RGB value is (54,255,228). Sum of RGB (Red+Green+Blue) = 54+255+228=537 (71% of max value = 765). Red value is 54 (21.48% from 255 or 10.06% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFE4 is #C9001B. Grayscale: #BFBFBF. Windows color (decimal): -13172764 or 15007542. OLE color: 15007542.
HSL color Cylindrical-coordinate representation of color #36FFE4: hue angle of 171.94º 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 #36FFE4 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 228 | - |
| CMYK | 0.79 | 0 | 0.11 | 0 |
| HSL | 171.94º | 1% | 0.61% | - |
| HSV(B) | 171.94º | 0.79% | 1% | - |
| XYZ | 51.28 | 77.91 | 85.73 | - |
| YUV | 191.82 | 148.41 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 228 | 0.79 | 0 | 0.11 | 0 | 171.94 | 1 | 0.61 |
| Hex | 36 | FF | E4 | 4F | 0 | B | 0 | AC | 64 | 3D |
| Octal | 66 | 377 | 344 | 117 | 0 | 13 | 0 | 254 | 144 | 75 |
| Binary | 110110 | 11111111 | 11100100 | 1001111 | 0 | 1011 | 0 | 10101100 | 1100100 | 111101 |
Color Harmonies of #36FFE4
Complementary color
Monochromatic Colors of #36FFE4
Black with #36FFE4
Text Example
Text Example
White with #36FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFE4; }
p { color: rgb(54,255,228); }
H1.HeaderClassName
{
color: #36FFE4;
}
.AnyTagClassName
{
color: #36FFE4;
}
</style>
background-color css
<style>
a { background-color: #36FFE4; }
a { background-color: rgb(54,255,228); }
div.DivClassName
{
background-color: #36FFE4;
}
.BgClassName
{
background-color: #36FFE4;
}
</style>
border-color css
<style>
span { border-color: #36FFE4; }
span { border-color: rgb(54,255,228); }
td.TdClassName
{
border-color: #36FFE4;
}
.TagClassName
{
border-color: #36FFE4;
}
</style>