Shades of Turquoise #36FCC2
Tints of Turquoise #36FCC2
RGB
CMYK
RGB Variations
Color information
#36FCC2 (or 0x36FCC2) is known color: Turquoise. HEX triplet: 36, FC and C2. RGB value is (54,252,194). Sum of RGB (Red+Green+Blue) = 54+252+194=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCC2 is #C9033D. Grayscale: #BABABA. Windows color (decimal): -13173566 or 12778550. OLE color: 12778550.
HSL color Cylindrical-coordinate representation of color #36FCC2: hue angle of 162.42º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCC2 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 194 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.01 |
| HSL | 162.42º | 0.97% | 0.6% | - |
| HSV(B) | 162.42º | 0.79% | 0.99% | - |
| XYZ | 46.07 | 74.3 | 62.95 | - |
| YUV | 186.19 | 132.4 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 194 | 0.79 | 0 | 0.23 | 0.01 | 162.42 | 0.97 | 0.6 |
| Hex | 36 | FC | C2 | 4F | 0 | 17 | 1 | A2 | 61 | 3C |
| Octal | 66 | 374 | 302 | 117 | 0 | 27 | 1 | 242 | 141 | 74 |
| Binary | 110110 | 11111100 | 11000010 | 1001111 | 0 | 10111 | 1 | 10100010 | 1100001 | 111100 |
Color Harmonies of #36FCC2
Complementary color
Monochromatic Colors of #36FCC2
Black with #36FCC2
Text Example
Text Example
White with #36FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCC2; }
p { color: rgb(54,252,194); }
H1.HeaderClassName
{
color: #36FCC2;
}
.AnyTagClassName
{
color: #36FCC2;
}
</style>
background-color css
<style>
a { background-color: #36FCC2; }
a { background-color: rgb(54,252,194); }
div.DivClassName
{
background-color: #36FCC2;
}
.BgClassName
{
background-color: #36FCC2;
}
</style>
border-color css
<style>
span { border-color: #36FCC2; }
span { border-color: rgb(54,252,194); }
td.TdClassName
{
border-color: #36FCC2;
}
.TagClassName
{
border-color: #36FCC2;
}
</style>