Shades of Turquoise #36FCFC
Tints of Turquoise #36FCFC
RGB
CMYK
RGB Variations
Color information
#36FCFC (or 0x36FCFC) is known color: Turquoise. HEX triplet: 36, FC and FC. RGB value is (54,252,252). Sum of RGB (Red+Green+Blue) = 54+252+252=558 (73% of max value = 765). Red value is 54 (21.48% from 255 or 9.68% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #36FCFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FCFC is #C90303. Grayscale: #C0C0C0. Windows color (decimal): -13173508 or 16579638. OLE color: 16579638.
HSL color Cylindrical-coordinate representation of color #36FCFC: hue angle of 180º 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 #36FCFC is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 252 | - |
| CMYK | 0.79 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.6% | - |
| HSV(B) | 180º | 0.79% | 0.99% | - |
| XYZ | 53.9 | 77.43 | 104.2 | - |
| YUV | 192.8 | 161.4 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 252 | 0.79 | 0 | 0 | 0.01 | 180 | 0.97 | 0.6 |
| Hex | 36 | FC | FC | 4F | 0 | 0 | 1 | B4 | 61 | 3C |
| Octal | 66 | 374 | 374 | 117 | 0 | 0 | 1 | 264 | 141 | 74 |
| Binary | 110110 | 11111100 | 11111100 | 1001111 | 0 | 0 | 1 | 10110100 | 1100001 | 111100 |
Color Harmonies of #36FCFC
Complementary color
Monochromatic Colors of #36FCFC
Black with #36FCFC
Text Example
Text Example
White with #36FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCFC; }
p { color: rgb(54,252,252); }
H1.HeaderClassName
{
color: #36FCFC;
}
.AnyTagClassName
{
color: #36FCFC;
}
</style>
background-color css
<style>
a { background-color: #36FCFC; }
a { background-color: rgb(54,252,252); }
div.DivClassName
{
background-color: #36FCFC;
}
.BgClassName
{
background-color: #36FCFC;
}
</style>
border-color css
<style>
span { border-color: #36FCFC; }
span { border-color: rgb(54,252,252); }
td.TdClassName
{
border-color: #36FCFC;
}
.TagClassName
{
border-color: #36FCFC;
}
</style>