Shades of Aqua #03FDF1
Tints of Aqua #03FDF1
RGB
CMYK
RGB Variations
Color information
#03FDF1 (or 0x03FDF1) is known color: Aqua. HEX triplet: 03, FD and F1. RGB value is (3,253,241). Sum of RGB (Red+Green+Blue) = 3+253+241=497 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.60% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FDF1 is #FC020E. Grayscale: #B0B0B0. Windows color (decimal): -16515599 or 15858947. OLE color: 15858947.
HSL color Cylindrical-coordinate representation of color #03FDF1: hue angle of 177.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FDF1 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 241 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.01 |
| HSL | 177.12º | 0.98% | 0.5% | - |
| HSV(B) | 177.12º | 0.99% | 0.99% | - |
| XYZ | 51.04 | 76.62 | 95.32 | - |
| YUV | 176.88 | 164.18 | 3.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 241 | 0.99 | 0 | 0.05 | 0.01 | 177.12 | 0.98 | 0.5 |
| Hex | 3 | FD | F1 | 63 | 0 | 5 | 1 | B1 | 62 | 32 |
| Octal | 3 | 375 | 361 | 143 | 0 | 5 | 1 | 261 | 142 | 62 |
| Binary | 11 | 11111101 | 11110001 | 1100011 | 0 | 101 | 1 | 10110001 | 1100010 | 110010 |
Color Harmonies of #03FDF1
Complementary color
Monochromatic Colors of #03FDF1
Black with #03FDF1
Text Example
Text Example
White with #03FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDF1; }
p { color: rgb(3,253,241); }
H1.HeaderClassName
{
color: #03FDF1;
}
.AnyTagClassName
{
color: #03FDF1;
}
</style>
background-color css
<style>
a { background-color: #03FDF1; }
a { background-color: rgb(3,253,241); }
div.DivClassName
{
background-color: #03FDF1;
}
.BgClassName
{
background-color: #03FDF1;
}
</style>
border-color css
<style>
span { border-color: #03FDF1; }
span { border-color: rgb(3,253,241); }
td.TdClassName
{
border-color: #03FDF1;
}
.TagClassName
{
border-color: #03FDF1;
}
</style>