Shades of Turquoise #36FBC0
Tints of Turquoise #36FBC0
RGB
CMYK
RGB Variations
Color information
#36FBC0 (or 0x36FBC0) is known color: Turquoise. HEX triplet: 36, FB and C0. RGB value is (54,251,192). Sum of RGB (Red+Green+Blue) = 54+251+192=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #36FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FBC0 is #C9043F. Grayscale: #B9B9B9. Windows color (decimal): -13173824 or 12647222. OLE color: 12647222.
HSL color Cylindrical-coordinate representation of color #36FBC0: hue angle of 162.03º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FBC0 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 251 | 192 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.02 |
| HSL | 162.03º | 0.96% | 0.6% | - |
| HSV(B) | 162.03º | 0.78% | 0.98% | - |
| XYZ | 45.53 | 73.58 | 61.67 | - |
| YUV | 185.37 | 131.73 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 251 | 192 | 0.78 | 0 | 0.24 | 0.02 | 162.03 | 0.96 | 0.6 |
| Hex | 36 | FB | C0 | 4E | 0 | 18 | 2 | A2 | 60 | 3C |
| Octal | 66 | 373 | 300 | 116 | 0 | 30 | 2 | 242 | 140 | 74 |
| Binary | 110110 | 11111011 | 11000000 | 1001110 | 0 | 11000 | 10 | 10100010 | 1100000 | 111100 |
Color Harmonies of #36FBC0
Complementary color
Monochromatic Colors of #36FBC0
Black with #36FBC0
Text Example
Text Example
White with #36FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FBC0; }
p { color: rgb(54,251,192); }
H1.HeaderClassName
{
color: #36FBC0;
}
.AnyTagClassName
{
color: #36FBC0;
}
</style>
background-color css
<style>
a { background-color: #36FBC0; }
a { background-color: rgb(54,251,192); }
div.DivClassName
{
background-color: #36FBC0;
}
.BgClassName
{
background-color: #36FBC0;
}
</style>
border-color css
<style>
span { border-color: #36FBC0; }
span { border-color: rgb(54,251,192); }
td.TdClassName
{
border-color: #36FBC0;
}
.TagClassName
{
border-color: #36FBC0;
}
</style>