Shades of Aqua #00FFFC
Tints of Aqua #00FFFC
RGB
CMYK
RGB Variations
Color information
#00FFFC (or 0x00FFFC) is known color: Aqua. HEX triplet: 00, FF and FC. RGB value is (0,255,252). Sum of RGB (Red+Green+Blue) = 0+255+252=507 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFFC is #FF0003. Grayscale: #B2B2B2. Windows color (decimal): -16711684 or 16580352. OLE color: 16580352.
HSL color Cylindrical-coordinate representation of color #00FFFC: hue angle of 179.29º 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 #00FFFC is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 252 | - |
| CMYK | 1 | 0 | 0.01 | 0 |
| HSL | 179.29º | 1% | 0.5% | - |
| HSV(B) | 179.29º | 1% | 1% | - |
| XYZ | 53.33 | 78.55 | 104.45 | - |
| YUV | 178.41 | 169.52 | 0.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 252 | 1 | 0 | 0.01 | 0 | 179.29 | 1 | 0.5 |
| Hex | 0 | FF | FC | 64 | 0 | 1 | 0 | B3 | 64 | 32 |
| Octal | 0 | 377 | 374 | 144 | 0 | 1 | 0 | 263 | 144 | 62 |
| Binary | 0 | 11111111 | 11111100 | 1100100 | 0 | 1 | 0 | 10110011 | 1100100 | 110010 |
Color Harmonies of #00FFFC
Complementary color
Monochromatic Colors of #00FFFC
Black with #00FFFC
Text Example
Text Example
White with #00FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFFC; }
p { color: rgb(0,255,252); }
H1.HeaderClassName
{
color: #00FFFC;
}
.AnyTagClassName
{
color: #00FFFC;
}
</style>
background-color css
<style>
a { background-color: #00FFFC; }
a { background-color: rgb(0,255,252); }
div.DivClassName
{
background-color: #00FFFC;
}
.BgClassName
{
background-color: #00FFFC;
}
</style>
border-color css
<style>
span { border-color: #00FFFC; }
span { border-color: rgb(0,255,252); }
td.TdClassName
{
border-color: #00FFFC;
}
.TagClassName
{
border-color: #00FFFC;
}
</style>