Shades of Aqua #00FCFF
Tints of Aqua #00FCFF
RGB
CMYK
RGB Variations
Color information
#00FCFF (or 0x00FCFF) is known color: Aqua. HEX triplet: 00, FC and FF. RGB value is (0,252,255). Sum of RGB (Red+Green+Blue) = 0+252+255=507 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCFF is #FF0300. Grayscale: #B0B0B0. Windows color (decimal): -16712449 or 16776192. OLE color: 16776192.
HSL color Cylindrical-coordinate representation of color #00FCFF: hue angle of 180.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCFF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 252 | 255 | - |
| CMYK | 1 | 0.01 | 0 | 0 |
| HSL | 180.71º | 1% | 0.5% | - |
| HSV(B) | 180.71º | 1% | 1% | - |
| XYZ | 52.86 | 76.84 | 106.65 | - |
| YUV | 176.99 | 172.01 | 1.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 255 | 1 | 0.01 | 0 | 0 | 180.71 | 1 | 0.5 |
| Hex | 0 | FC | FF | 64 | 1 | 0 | 0 | B5 | 64 | 32 |
| Octal | 0 | 374 | 377 | 144 | 1 | 0 | 0 | 265 | 144 | 62 |
| Binary | 0 | 11111100 | 11111111 | 1100100 | 1 | 0 | 0 | 10110101 | 1100100 | 110010 |
Color Harmonies of #00FCFF
Complementary color
Monochromatic Colors of #00FCFF
Black with #00FCFF
Text Example
Text Example
White with #00FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCFF; }
p { color: rgb(0,252,255); }
H1.HeaderClassName
{
color: #00FCFF;
}
.AnyTagClassName
{
color: #00FCFF;
}
</style>
background-color css
<style>
a { background-color: #00FCFF; }
a { background-color: rgb(0,252,255); }
div.DivClassName
{
background-color: #00FCFF;
}
.BgClassName
{
background-color: #00FCFF;
}
</style>
border-color css
<style>
span { border-color: #00FCFF; }
span { border-color: rgb(0,252,255); }
td.TdClassName
{
border-color: #00FCFF;
}
.TagClassName
{
border-color: #00FCFF;
}
</style>