Shades of Aqua #03FDEF
Tints of Aqua #03FDEF
RGB
CMYK
RGB Variations
Color information
#03FDEF (or 0x03FDEF) is known color: Aqua. HEX triplet: 03, FD and EF. RGB value is (3,253,239). Sum of RGB (Red+Green+Blue) = 3+253+239=495 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FDEF is #FC0210. Grayscale: #B0B0B0. Windows color (decimal): -16515601 or 15727875. OLE color: 15727875.
HSL color Cylindrical-coordinate representation of color #03FDEF: hue angle of 176.64º 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 #03FDEF is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 239 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.01 |
| HSL | 176.64º | 0.98% | 0.5% | - |
| HSV(B) | 176.64º | 0.99% | 0.99% | - |
| XYZ | 50.74 | 76.5 | 93.75 | - |
| YUV | 176.65 | 163.18 | 4.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 239 | 0.99 | 0 | 0.06 | 0.01 | 176.64 | 0.98 | 0.5 |
| Hex | 3 | FD | EF | 63 | 0 | 6 | 1 | B1 | 62 | 32 |
| Octal | 3 | 375 | 357 | 143 | 0 | 6 | 1 | 261 | 142 | 62 |
| Binary | 11 | 11111101 | 11101111 | 1100011 | 0 | 110 | 1 | 10110001 | 1100010 | 110010 |
Color Harmonies of #03FDEF
Complementary color
Monochromatic Colors of #03FDEF
Black with #03FDEF
Text Example
Text Example
White with #03FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDEF; }
p { color: rgb(3,253,239); }
H1.HeaderClassName
{
color: #03FDEF;
}
.AnyTagClassName
{
color: #03FDEF;
}
</style>
background-color css
<style>
a { background-color: #03FDEF; }
a { background-color: rgb(3,253,239); }
div.DivClassName
{
background-color: #03FDEF;
}
.BgClassName
{
background-color: #03FDEF;
}
</style>
border-color css
<style>
span { border-color: #03FDEF; }
span { border-color: rgb(3,253,239); }
td.TdClassName
{
border-color: #03FDEF;
}
.TagClassName
{
border-color: #03FDEF;
}
</style>