Shades of Aqua #00FCF3
Tints of Aqua #00FCF3
RGB
CMYK
RGB Variations
Color information
#00FCF3 (or 0x00FCF3) is known color: Aqua. HEX triplet: 00, FC and F3. RGB value is (0,252,243). Sum of RGB (Red+Green+Blue) = 0+252+243=495 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCF3 is #FF030C. Grayscale: #AFAFAF. Windows color (decimal): -16712461 or 15989760. OLE color: 15989760.
HSL color Cylindrical-coordinate representation of color #00FCF3: hue angle of 177.86º 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 #00FCF3 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 243 | - |
| CMYK | 1 | 0 | 0.04 | 0.01 |
| HSL | 177.86º | 1% | 0.49% | - |
| HSV(B) | 177.86º | 1% | 0.99% | - |
| XYZ | 50.99 | 76.09 | 96.79 | - |
| YUV | 175.63 | 166.01 | 2.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 243 | 1 | 0 | 0.04 | 0.01 | 177.86 | 1 | 0.49 |
| Hex | 0 | FC | F3 | 64 | 0 | 4 | 1 | B2 | 64 | 31 |
| Octal | 0 | 374 | 363 | 144 | 0 | 4 | 1 | 262 | 144 | 61 |
| Binary | 0 | 11111100 | 11110011 | 1100100 | 0 | 100 | 1 | 10110010 | 1100100 | 110001 |
Color Harmonies of #00FCF3
Complementary color
Monochromatic Colors of #00FCF3
Black with #00FCF3
Text Example
Text Example
White with #00FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCF3; }
p { color: rgb(0,252,243); }
H1.HeaderClassName
{
color: #00FCF3;
}
.AnyTagClassName
{
color: #00FCF3;
}
</style>
background-color css
<style>
a { background-color: #00FCF3; }
a { background-color: rgb(0,252,243); }
div.DivClassName
{
background-color: #00FCF3;
}
.BgClassName
{
background-color: #00FCF3;
}
</style>
border-color css
<style>
span { border-color: #00FCF3; }
span { border-color: rgb(0,252,243); }
td.TdClassName
{
border-color: #00FCF3;
}
.TagClassName
{
border-color: #00FCF3;
}
</style>