Shades of Aqua #03FEFD
Tints of Aqua #03FEFD
RGB
CMYK
RGB Variations
Color information
#03FEFD (or 0x03FEFD) is known color: Aqua. HEX triplet: 03, FE and FD. RGB value is (3,254,253). Sum of RGB (Red+Green+Blue) = 3+254+253=510 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FEFD is #FC0102. Grayscale: #B2B2B2. Windows color (decimal): -16515331 or 16645635. OLE color: 16645635.
HSL color Cylindrical-coordinate representation of color #03FEFD: hue angle of 179.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FEFD is Cyan = 0.99, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 253 | - |
| CMYK | 0.99 | 0 | 0.00 | 0.00 |
| HSL | 179.76º | 0.99% | 0.5% | - |
| HSV(B) | 179.76º | 0.99% | 1% | - |
| XYZ | 53.21 | 77.99 | 105.18 | - |
| YUV | 178.84 | 169.84 | 2.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 253 | 0.99 | 0 | 0.00 | 0.00 | 179.76 | 0.99 | 0.5 |
| Hex | 3 | FE | FD | 63 | 0 | 0 | 0 | B4 | 63 | 32 |
| Octal | 3 | 376 | 375 | 143 | 0 | 0 | 0 | 264 | 143 | 62 |
| Binary | 11 | 11111110 | 11111101 | 1100011 | 0 | 0 | 0 | 10110100 | 1100011 | 110010 |
Color Harmonies of #03FEFD
Complementary color
Monochromatic Colors of #03FEFD
Black with #03FEFD
Text Example
Text Example
White with #03FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEFD; }
p { color: rgb(3,254,253); }
H1.HeaderClassName
{
color: #03FEFD;
}
.AnyTagClassName
{
color: #03FEFD;
}
</style>
background-color css
<style>
a { background-color: #03FEFD; }
a { background-color: rgb(3,254,253); }
div.DivClassName
{
background-color: #03FEFD;
}
.BgClassName
{
background-color: #03FEFD;
}
</style>
border-color css
<style>
span { border-color: #03FEFD; }
span { border-color: rgb(3,254,253); }
td.TdClassName
{
border-color: #03FEFD;
}
.TagClassName
{
border-color: #03FEFD;
}
</style>