Shades of Aqua #00FCF1
Tints of Aqua #00FCF1
RGB
CMYK
RGB Variations
Color information
#00FCF1 (or 0x00FCF1) is known color: Aqua. HEX triplet: 00, FC and F1. RGB value is (0,252,241). Sum of RGB (Red+Green+Blue) = 0+252+241=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCF1 is #FF030E. Grayscale: #AFAFAF. Windows color (decimal): -16712463 or 15858688. OLE color: 15858688.
HSL color Cylindrical-coordinate representation of color #00FCF1: hue angle of 177.38º 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 #00FCF1 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 241 | - |
| CMYK | 1 | 0 | 0.04 | 0.01 |
| HSL | 177.38º | 1% | 0.49% | - |
| HSV(B) | 177.38º | 1% | 0.99% | - |
| XYZ | 50.69 | 75.97 | 95.21 | - |
| YUV | 175.4 | 165.01 | 2.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 241 | 1 | 0 | 0.04 | 0.01 | 177.38 | 1 | 0.49 |
| Hex | 0 | FC | F1 | 64 | 0 | 4 | 1 | B1 | 64 | 31 |
| Octal | 0 | 374 | 361 | 144 | 0 | 4 | 1 | 261 | 144 | 61 |
| Binary | 0 | 11111100 | 11110001 | 1100100 | 0 | 100 | 1 | 10110001 | 1100100 | 110001 |
Color Harmonies of #00FCF1
Complementary color
Monochromatic Colors of #00FCF1
Black with #00FCF1
Text Example
Text Example
White with #00FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCF1; }
p { color: rgb(0,252,241); }
H1.HeaderClassName
{
color: #00FCF1;
}
.AnyTagClassName
{
color: #00FCF1;
}
</style>
background-color css
<style>
a { background-color: #00FCF1; }
a { background-color: rgb(0,252,241); }
div.DivClassName
{
background-color: #00FCF1;
}
.BgClassName
{
background-color: #00FCF1;
}
</style>
border-color css
<style>
span { border-color: #00FCF1; }
span { border-color: rgb(0,252,241); }
td.TdClassName
{
border-color: #00FCF1;
}
.TagClassName
{
border-color: #00FCF1;
}
</style>