Shades of Aqua #00FCEC
Tints of Aqua #00FCEC
RGB
CMYK
RGB Variations
Color information
#00FCEC (or 0x00FCEC) is known color: Aqua. HEX triplet: 00, FC and EC. RGB value is (0,252,236). Sum of RGB (Red+Green+Blue) = 0+252+236=488 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCEC is #FF0313. Grayscale: #AEAEAE. Windows color (decimal): -16712468 or 15531008. OLE color: 15531008.
HSL color Cylindrical-coordinate representation of color #00FCEC: hue angle of 176.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCEC is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 236 | - |
| CMYK | 1 | 0 | 0.06 | 0.01 |
| HSL | 176.19º | 1% | 0.49% | - |
| HSV(B) | 176.19º | 1% | 0.99% | - |
| XYZ | 49.95 | 75.68 | 91.33 | - |
| YUV | 174.83 | 162.51 | 3.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 236 | 1 | 0 | 0.06 | 0.01 | 176.19 | 1 | 0.49 |
| Hex | 0 | FC | EC | 64 | 0 | 6 | 1 | B0 | 64 | 31 |
| Octal | 0 | 374 | 354 | 144 | 0 | 6 | 1 | 260 | 144 | 61 |
| Binary | 0 | 11111100 | 11101100 | 1100100 | 0 | 110 | 1 | 10110000 | 1100100 | 110001 |
Color Harmonies of #00FCEC
Complementary color
Monochromatic Colors of #00FCEC
Black with #00FCEC
Text Example
Text Example
White with #00FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCEC; }
p { color: rgb(0,252,236); }
H1.HeaderClassName
{
color: #00FCEC;
}
.AnyTagClassName
{
color: #00FCEC;
}
</style>
background-color css
<style>
a { background-color: #00FCEC; }
a { background-color: rgb(0,252,236); }
div.DivClassName
{
background-color: #00FCEC;
}
.BgClassName
{
background-color: #00FCEC;
}
</style>
border-color css
<style>
span { border-color: #00FCEC; }
span { border-color: rgb(0,252,236); }
td.TdClassName
{
border-color: #00FCEC;
}
.TagClassName
{
border-color: #00FCEC;
}
</style>