Shades of Aqua #05FCEC
Tints of Aqua #05FCEC
RGB
CMYK
RGB Variations
Color information
#05FCEC (or 0x05FCEC) is known color: Aqua. HEX triplet: 05, FC and EC. RGB value is (5,252,236). Sum of RGB (Red+Green+Blue) = 5+252+236=493 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCEC is #FA0313. Grayscale: #B0B0B0. Windows color (decimal): -16384788 or 15531013. OLE color: 15531013.
HSL color Cylindrical-coordinate representation of color #05FCEC: hue angle of 176.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCEC is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 236 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.01 |
| HSL | 176.11º | 0.98% | 0.5% | - |
| HSV(B) | 176.11º | 0.98% | 0.99% | - |
| XYZ | 50.01 | 75.71 | 91.33 | - |
| YUV | 176.32 | 161.67 | 5.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 236 | 0.98 | 0 | 0.06 | 0.01 | 176.11 | 0.98 | 0.5 |
| Hex | 5 | FC | EC | 62 | 0 | 6 | 1 | B0 | 62 | 32 |
| Octal | 5 | 374 | 354 | 142 | 0 | 6 | 1 | 260 | 142 | 62 |
| Binary | 101 | 11111100 | 11101100 | 1100010 | 0 | 110 | 1 | 10110000 | 1100010 | 110010 |
Color Harmonies of #05FCEC
Complementary color
Monochromatic Colors of #05FCEC
Black with #05FCEC
Text Example
Text Example
White with #05FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCEC; }
p { color: rgb(5,252,236); }
H1.HeaderClassName
{
color: #05FCEC;
}
.AnyTagClassName
{
color: #05FCEC;
}
</style>
background-color css
<style>
a { background-color: #05FCEC; }
a { background-color: rgb(5,252,236); }
div.DivClassName
{
background-color: #05FCEC;
}
.BgClassName
{
background-color: #05FCEC;
}
</style>
border-color css
<style>
span { border-color: #05FCEC; }
span { border-color: rgb(5,252,236); }
td.TdClassName
{
border-color: #05FCEC;
}
.TagClassName
{
border-color: #05FCEC;
}
</style>