Shades of Turquoise #36FFAD
Tints of Turquoise #36FFAD
RGB
CMYK
RGB Variations
Color information
#36FFAD (or 0x36FFAD) is known color: Turquoise. HEX triplet: 36, FF and AD. RGB value is (54,255,173). Sum of RGB (Red+Green+Blue) = 54+255+173=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FFAD is #C90052. Grayscale: #B9B9B9. Windows color (decimal): -13172819 or 11403062. OLE color: 11403062.
HSL color Cylindrical-coordinate representation of color #36FFAD: hue angle of 155.52º 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 #36FFAD is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 173 | - |
| CMYK | 0.79 | 0 | 0.32 | 0 |
| HSL | 155.52º | 1% | 0.61% | - |
| HSV(B) | 155.52º | 0.79% | 1% | - |
| XYZ | 44.82 | 75.32 | 51.71 | - |
| YUV | 185.55 | 120.91 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 173 | 0.79 | 0 | 0.32 | 0 | 155.52 | 1 | 0.61 |
| Hex | 36 | FF | AD | 4F | 0 | 20 | 0 | 9C | 64 | 3D |
| Octal | 66 | 377 | 255 | 117 | 0 | 40 | 0 | 234 | 144 | 75 |
| Binary | 110110 | 11111111 | 10101101 | 1001111 | 0 | 100000 | 0 | 10011100 | 1100100 | 111101 |
Color Harmonies of #36FFAD
Complementary color
Monochromatic Colors of #36FFAD
Black with #36FFAD
Text Example
Text Example
White with #36FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFAD; }
p { color: rgb(54,255,173); }
H1.HeaderClassName
{
color: #36FFAD;
}
.AnyTagClassName
{
color: #36FFAD;
}
</style>
background-color css
<style>
a { background-color: #36FFAD; }
a { background-color: rgb(54,255,173); }
div.DivClassName
{
background-color: #36FFAD;
}
.BgClassName
{
background-color: #36FFAD;
}
</style>
border-color css
<style>
span { border-color: #36FFAD; }
span { border-color: rgb(54,255,173); }
td.TdClassName
{
border-color: #36FFAD;
}
.TagClassName
{
border-color: #36FFAD;
}
</style>