Shades of Aqua #01FCFC
Tints of Aqua #01FCFC
RGB
CMYK
RGB Variations
Color information
#01FCFC (or 0x01FCFC) is known color: Aqua. HEX triplet: 01, FC and FC. RGB value is (1,252,252). Sum of RGB (Red+Green+Blue) = 1+252+252=505 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #01FCFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FCFC is #FE0303. Grayscale: #B0B0B0. Windows color (decimal): -16646916 or 16579585. OLE color: 16579585.
HSL color Cylindrical-coordinate representation of color #01FCFC: hue angle of 180º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCFC is Cyan = 1.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 252 | - |
| CMYK | 1.00 | 0 | 0 | 0.01 |
| HSL | 180º | 0.99% | 0.5% | - |
| HSV(B) | 180º | 1% | 0.99% | - |
| XYZ | 52.39 | 76.66 | 104.13 | - |
| YUV | 176.95 | 170.34 | 2.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 252 | 1.00 | 0 | 0 | 0.01 | 180 | 0.99 | 0.5 |
| Hex | 1 | FC | FC | 64 | 0 | 0 | 1 | B4 | 63 | 32 |
| Octal | 1 | 374 | 374 | 144 | 0 | 0 | 1 | 264 | 143 | 62 |
| Binary | 1 | 11111100 | 11111100 | 1100100 | 0 | 0 | 1 | 10110100 | 1100011 | 110010 |
Color Harmonies of #01FCFC
Complementary color
Monochromatic Colors of #01FCFC
Black with #01FCFC
Text Example
Text Example
White with #01FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCFC; }
p { color: rgb(1,252,252); }
H1.HeaderClassName
{
color: #01FCFC;
}
.AnyTagClassName
{
color: #01FCFC;
}
</style>
background-color css
<style>
a { background-color: #01FCFC; }
a { background-color: rgb(1,252,252); }
div.DivClassName
{
background-color: #01FCFC;
}
.BgClassName
{
background-color: #01FCFC;
}
</style>
border-color css
<style>
span { border-color: #01FCFC; }
span { border-color: rgb(1,252,252); }
td.TdClassName
{
border-color: #01FCFC;
}
.TagClassName
{
border-color: #01FCFC;
}
</style>