Shades of Aqua #36FEFC
Tints of Aqua #36FEFC
RGB
CMYK
RGB Variations
Color information
#36FEFC (or 0x36FEFC) is known color: Aqua. HEX triplet: 36, FE and FC. RGB value is (54,254,252). Sum of RGB (Red+Green+Blue) = 54+254+252=560 (74% of max value = 765). Red value is 54 (21.48% from 255 or 9.64% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FEFC is #C90103. Grayscale: #C1C1C1. Windows color (decimal): -13172996 or 16580150. OLE color: 16580150.
HSL color Cylindrical-coordinate representation of color #36FEFC: hue angle of 179.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 #36FEFC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 252 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.00 |
| HSL | 179.4º | 0.99% | 0.6% | - |
| HSV(B) | 179.4º | 0.79% | 1% | - |
| XYZ | 54.53 | 78.7 | 104.41 | - |
| YUV | 193.97 | 160.74 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 252 | 0.79 | 0 | 0.01 | 0.00 | 179.4 | 0.99 | 0.6 |
| Hex | 36 | FE | FC | 4F | 0 | 1 | 0 | B3 | 63 | 3C |
| Octal | 66 | 376 | 374 | 117 | 0 | 1 | 0 | 263 | 143 | 74 |
| Binary | 110110 | 11111110 | 11111100 | 1001111 | 0 | 1 | 0 | 10110011 | 1100011 | 111100 |
Color Harmonies of #36FEFC
Complementary color
Monochromatic Colors of #36FEFC
Black with #36FEFC
Text Example
Text Example
White with #36FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEFC; }
p { color: rgb(54,254,252); }
H1.HeaderClassName
{
color: #36FEFC;
}
.AnyTagClassName
{
color: #36FEFC;
}
</style>
background-color css
<style>
a { background-color: #36FEFC; }
a { background-color: rgb(54,254,252); }
div.DivClassName
{
background-color: #36FEFC;
}
.BgClassName
{
background-color: #36FEFC;
}
</style>
border-color css
<style>
span { border-color: #36FEFC; }
span { border-color: rgb(54,254,252); }
td.TdClassName
{
border-color: #36FEFC;
}
.TagClassName
{
border-color: #36FEFC;
}
</style>