Shades of Turquoise #36FEAD
Tints of Turquoise #36FEAD
RGB
CMYK
RGB Variations
Color information
#36FEAD (or 0x36FEAD) is known color: Turquoise. HEX triplet: 36, FE and AD. RGB value is (54,254,173). Sum of RGB (Red+Green+Blue) = 54+254+173=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FEAD is #C90152. Grayscale: #B9B9B9. Windows color (decimal): -13173075 or 11402806. OLE color: 11402806.
HSL color Cylindrical-coordinate representation of color #36FEAD: hue angle of 155.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FEAD is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 173 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.00 |
| HSL | 155.7º | 0.99% | 0.6% | - |
| HSV(B) | 155.7º | 0.79% | 1% | - |
| XYZ | 44.51 | 74.69 | 51.61 | - |
| YUV | 184.97 | 121.24 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 173 | 0.79 | 0 | 0.32 | 0.00 | 155.7 | 0.99 | 0.6 |
| Hex | 36 | FE | AD | 4F | 0 | 20 | 0 | 9C | 63 | 3C |
| Octal | 66 | 376 | 255 | 117 | 0 | 40 | 0 | 234 | 143 | 74 |
| Binary | 110110 | 11111110 | 10101101 | 1001111 | 0 | 100000 | 0 | 10011100 | 1100011 | 111100 |
Color Harmonies of #36FEAD
Complementary color
Monochromatic Colors of #36FEAD
Black with #36FEAD
Text Example
Text Example
White with #36FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEAD; }
p { color: rgb(54,254,173); }
H1.HeaderClassName
{
color: #36FEAD;
}
.AnyTagClassName
{
color: #36FEAD;
}
</style>
background-color css
<style>
a { background-color: #36FEAD; }
a { background-color: rgb(54,254,173); }
div.DivClassName
{
background-color: #36FEAD;
}
.BgClassName
{
background-color: #36FEAD;
}
</style>
border-color css
<style>
span { border-color: #36FEAD; }
span { border-color: rgb(54,254,173); }
td.TdClassName
{
border-color: #36FEAD;
}
.TagClassName
{
border-color: #36FEAD;
}
</style>