Shades of Turquoise #36FEC0
Tints of Turquoise #36FEC0
RGB
CMYK
RGB Variations
Color information
#36FEC0 (or 0x36FEC0) is known color: Turquoise. HEX triplet: 36, FE and C0. RGB value is (54,254,192). Sum of RGB (Red+Green+Blue) = 54+254+192=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FEC0 is #C9013F. Grayscale: #BBBBBB. Windows color (decimal): -13173056 or 12647990. OLE color: 12647990.
HSL color Cylindrical-coordinate representation of color #36FEC0: hue angle of 161.4º 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 #36FEC0 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 192 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.00 |
| HSL | 161.4º | 0.99% | 0.6% | - |
| HSV(B) | 161.4º | 0.79% | 1% | - |
| XYZ | 46.48 | 75.47 | 61.99 | - |
| YUV | 187.13 | 130.74 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 192 | 0.79 | 0 | 0.24 | 0.00 | 161.4 | 0.99 | 0.6 |
| Hex | 36 | FE | C0 | 4F | 0 | 18 | 0 | A1 | 63 | 3C |
| Octal | 66 | 376 | 300 | 117 | 0 | 30 | 0 | 241 | 143 | 74 |
| Binary | 110110 | 11111110 | 11000000 | 1001111 | 0 | 11000 | 0 | 10100001 | 1100011 | 111100 |
Color Harmonies of #36FEC0
Complementary color
Monochromatic Colors of #36FEC0
Black with #36FEC0
Text Example
Text Example
White with #36FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEC0; }
p { color: rgb(54,254,192); }
H1.HeaderClassName
{
color: #36FEC0;
}
.AnyTagClassName
{
color: #36FEC0;
}
</style>
background-color css
<style>
a { background-color: #36FEC0; }
a { background-color: rgb(54,254,192); }
div.DivClassName
{
background-color: #36FEC0;
}
.BgClassName
{
background-color: #36FEC0;
}
</style>
border-color css
<style>
span { border-color: #36FEC0; }
span { border-color: rgb(54,254,192); }
td.TdClassName
{
border-color: #36FEC0;
}
.TagClassName
{
border-color: #36FEC0;
}
</style>