Shades of Aqua #03FFFD
Tints of Aqua #03FFFD
RGB
CMYK
RGB Variations
Color information
#03FFFD (or 0x03FFFD) is known color: Aqua. HEX triplet: 03, FF and FD. RGB value is (3,255,253). Sum of RGB (Red+Green+Blue) = 3+255+253=511 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFFD is #FC0002. Grayscale: #B3B3B3. Windows color (decimal): -16515075 or 16645891. OLE color: 16645891.
HSL color Cylindrical-coordinate representation of color #03FFFD: hue angle of 179.52º 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 #03FFFD is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 253 | - |
| CMYK | 0.99 | 0 | 0.01 | 0 |
| HSL | 179.52º | 1% | 0.51% | - |
| HSV(B) | 179.52º | 0.99% | 1% | - |
| XYZ | 53.53 | 78.63 | 105.28 | - |
| YUV | 179.42 | 169.51 | 2.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 253 | 0.99 | 0 | 0.01 | 0 | 179.52 | 1 | 0.51 |
| Hex | 3 | FF | FD | 63 | 0 | 1 | 0 | B4 | 64 | 33 |
| Octal | 3 | 377 | 375 | 143 | 0 | 1 | 0 | 264 | 144 | 63 |
| Binary | 11 | 11111111 | 11111101 | 1100011 | 0 | 1 | 0 | 10110100 | 1100100 | 110011 |
Color Harmonies of #03FFFD
Complementary color
Monochromatic Colors of #03FFFD
Black with #03FFFD
Text Example
Text Example
White with #03FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFFD; }
p { color: rgb(3,255,253); }
H1.HeaderClassName
{
color: #03FFFD;
}
.AnyTagClassName
{
color: #03FFFD;
}
</style>
background-color css
<style>
a { background-color: #03FFFD; }
a { background-color: rgb(3,255,253); }
div.DivClassName
{
background-color: #03FFFD;
}
.BgClassName
{
background-color: #03FFFD;
}
</style>
border-color css
<style>
span { border-color: #03FFFD; }
span { border-color: rgb(3,255,253); }
td.TdClassName
{
border-color: #03FFFD;
}
.TagClassName
{
border-color: #03FFFD;
}
</style>