Shades of Aqua #03FFFC
Tints of Aqua #03FFFC
RGB
CMYK
RGB Variations
Color information
#03FFFC (or 0x03FFFC) is known color: Aqua. HEX triplet: 03, FF and FC. RGB value is (3,255,252). Sum of RGB (Red+Green+Blue) = 3+255+252=510 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFFC is #FC0003. Grayscale: #B3B3B3. Windows color (decimal): -16515076 or 16580355. OLE color: 16580355.
HSL color Cylindrical-coordinate representation of color #03FFFC: hue angle of 179.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFFC is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 252 | - |
| CMYK | 0.99 | 0 | 0.01 | 0 |
| HSL | 179.29º | 1% | 0.51% | - |
| HSV(B) | 179.29º | 0.99% | 1% | - |
| XYZ | 53.37 | 78.57 | 104.45 | - |
| YUV | 179.31 | 169.01 | 2.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 252 | 0.99 | 0 | 0.01 | 0 | 179.29 | 1 | 0.51 |
| Hex | 3 | FF | FC | 63 | 0 | 1 | 0 | B3 | 64 | 33 |
| Octal | 3 | 377 | 374 | 143 | 0 | 1 | 0 | 263 | 144 | 63 |
| Binary | 11 | 11111111 | 11111100 | 1100011 | 0 | 1 | 0 | 10110011 | 1100100 | 110011 |
Color Harmonies of #03FFFC
Complementary color
Monochromatic Colors of #03FFFC
Black with #03FFFC
Text Example
Text Example
White with #03FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFFC; }
p { color: rgb(3,255,252); }
H1.HeaderClassName
{
color: #03FFFC;
}
.AnyTagClassName
{
color: #03FFFC;
}
</style>
background-color css
<style>
a { background-color: #03FFFC; }
a { background-color: rgb(3,255,252); }
div.DivClassName
{
background-color: #03FFFC;
}
.BgClassName
{
background-color: #03FFFC;
}
</style>
border-color css
<style>
span { border-color: #03FFFC; }
span { border-color: rgb(3,255,252); }
td.TdClassName
{
border-color: #03FFFC;
}
.TagClassName
{
border-color: #03FFFC;
}
</style>