Shades of Aqua #00FCF2
Tints of Aqua #00FCF2
RGB
CMYK
RGB Variations
Color information
#00FCF2 (or 0x00FCF2) is known color: Aqua. HEX triplet: 00, FC and F2. RGB value is (0,252,242). Sum of RGB (Red+Green+Blue) = 0+252+242=494 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCF2 is #FF030D. Grayscale: #AFAFAF. Windows color (decimal): -16712462 or 15924224. OLE color: 15924224.
HSL color Cylindrical-coordinate representation of color #00FCF2: hue angle of 177.62º 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 #00FCF2 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 242 | - |
| CMYK | 1 | 0 | 0.04 | 0.01 |
| HSL | 177.62º | 1% | 0.49% | - |
| HSV(B) | 177.62º | 1% | 0.99% | - |
| XYZ | 50.84 | 76.03 | 96 | - |
| YUV | 175.51 | 165.51 | 2.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 242 | 1 | 0 | 0.04 | 0.01 | 177.62 | 1 | 0.49 |
| Hex | 0 | FC | F2 | 64 | 0 | 4 | 1 | B2 | 64 | 31 |
| Octal | 0 | 374 | 362 | 144 | 0 | 4 | 1 | 262 | 144 | 61 |
| Binary | 0 | 11111100 | 11110010 | 1100100 | 0 | 100 | 1 | 10110010 | 1100100 | 110001 |
Color Harmonies of #00FCF2
Complementary color
Monochromatic Colors of #00FCF2
Black with #00FCF2
Text Example
Text Example
White with #00FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCF2; }
p { color: rgb(0,252,242); }
H1.HeaderClassName
{
color: #00FCF2;
}
.AnyTagClassName
{
color: #00FCF2;
}
</style>
background-color css
<style>
a { background-color: #00FCF2; }
a { background-color: rgb(0,252,242); }
div.DivClassName
{
background-color: #00FCF2;
}
.BgClassName
{
background-color: #00FCF2;
}
</style>
border-color css
<style>
span { border-color: #00FCF2; }
span { border-color: rgb(0,252,242); }
td.TdClassName
{
border-color: #00FCF2;
}
.TagClassName
{
border-color: #00FCF2;
}
</style>