Shades of Turquoise #36FFAE
Tints of Turquoise #36FFAE
RGB
CMYK
RGB Variations
Color information
#36FFAE (or 0x36FFAE) is known color: Turquoise. HEX triplet: 36, FF and AE. RGB value is (54,255,174). Sum of RGB (Red+Green+Blue) = 54+255+174=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FFAE is #C90051. Grayscale: #B9B9B9. Windows color (decimal): -13172818 or 11468598. OLE color: 11468598.
HSL color Cylindrical-coordinate representation of color #36FFAE: hue angle of 155.82º 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 #36FFAE is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 174 | - |
| CMYK | 0.79 | 0 | 0.32 | 0 |
| HSL | 155.82º | 1% | 0.61% | - |
| HSV(B) | 155.82º | 0.79% | 1% | - |
| XYZ | 44.92 | 75.36 | 52.22 | - |
| YUV | 185.67 | 121.41 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 174 | 0.79 | 0 | 0.32 | 0 | 155.82 | 1 | 0.61 |
| Hex | 36 | FF | AE | 4F | 0 | 20 | 0 | 9C | 64 | 3D |
| Octal | 66 | 377 | 256 | 117 | 0 | 40 | 0 | 234 | 144 | 75 |
| Binary | 110110 | 11111111 | 10101110 | 1001111 | 0 | 100000 | 0 | 10011100 | 1100100 | 111101 |
Color Harmonies of #36FFAE
Complementary color
Monochromatic Colors of #36FFAE
Black with #36FFAE
Text Example
Text Example
White with #36FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFAE; }
p { color: rgb(54,255,174); }
H1.HeaderClassName
{
color: #36FFAE;
}
.AnyTagClassName
{
color: #36FFAE;
}
</style>
background-color css
<style>
a { background-color: #36FFAE; }
a { background-color: rgb(54,255,174); }
div.DivClassName
{
background-color: #36FFAE;
}
.BgClassName
{
background-color: #36FFAE;
}
</style>
border-color css
<style>
span { border-color: #36FFAE; }
span { border-color: rgb(54,255,174); }
td.TdClassName
{
border-color: #36FFAE;
}
.TagClassName
{
border-color: #36FFAE;
}
</style>