Shades of Aqua #00FCF6
Tints of Aqua #00FCF6
RGB
CMYK
RGB Variations
Color information
#00FCF6 (or 0x00FCF6) is known color: Aqua. HEX triplet: 00, FC and F6. RGB value is (0,252,246). Sum of RGB (Red+Green+Blue) = 0+252+246=498 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCF6 is #FF0309. Grayscale: #AFAFAF. Windows color (decimal): -16712458 or 16186368. OLE color: 16186368.
HSL color Cylindrical-coordinate representation of color #00FCF6: hue angle of 178.57º 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 #00FCF6 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 246 | - |
| CMYK | 1 | 0 | 0.02 | 0.01 |
| HSL | 178.57º | 1% | 0.49% | - |
| HSV(B) | 178.57º | 1% | 0.99% | - |
| XYZ | 51.44 | 76.27 | 99.2 | - |
| YUV | 175.97 | 167.51 | 2.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 246 | 1 | 0 | 0.02 | 0.01 | 178.57 | 1 | 0.49 |
| Hex | 0 | FC | F6 | 64 | 0 | 2 | 1 | B3 | 64 | 31 |
| Octal | 0 | 374 | 366 | 144 | 0 | 2 | 1 | 263 | 144 | 61 |
| Binary | 0 | 11111100 | 11110110 | 1100100 | 0 | 10 | 1 | 10110011 | 1100100 | 110001 |
Color Harmonies of #00FCF6
Complementary color
Monochromatic Colors of #00FCF6
Black with #00FCF6
Text Example
Text Example
White with #00FCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCF6; }
p { color: rgb(0,252,246); }
H1.HeaderClassName
{
color: #00FCF6;
}
.AnyTagClassName
{
color: #00FCF6;
}
</style>
background-color css
<style>
a { background-color: #00FCF6; }
a { background-color: rgb(0,252,246); }
div.DivClassName
{
background-color: #00FCF6;
}
.BgClassName
{
background-color: #00FCF6;
}
</style>
border-color css
<style>
span { border-color: #00FCF6; }
span { border-color: rgb(0,252,246); }
td.TdClassName
{
border-color: #00FCF6;
}
.TagClassName
{
border-color: #00FCF6;
}
</style>