Shades of Aqua #04FDF9
Tints of Aqua #04FDF9
RGB
CMYK
RGB Variations
Color information
#04FDF9 (or 0x04FDF9) is known color: Aqua. HEX triplet: 04, FD and F9. RGB value is (4,253,249). Sum of RGB (Red+Green+Blue) = 4+253+249=506 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FDF9 is #FB0206. Grayscale: #B1B1B1. Windows color (decimal): -16450055 or 16383236. OLE color: 16383236.
HSL color Cylindrical-coordinate representation of color #04FDF9: hue angle of 179.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FDF9 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 249 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.01 |
| HSL | 179.04º | 0.98% | 0.5% | - |
| HSV(B) | 179.04º | 0.98% | 0.99% | - |
| XYZ | 52.27 | 77.12 | 101.75 | - |
| YUV | 178.09 | 168.01 | 3.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 249 | 0.98 | 0 | 0.02 | 0.01 | 179.04 | 0.98 | 0.5 |
| Hex | 4 | FD | F9 | 62 | 0 | 2 | 1 | B3 | 62 | 32 |
| Octal | 4 | 375 | 371 | 142 | 0 | 2 | 1 | 263 | 142 | 62 |
| Binary | 100 | 11111101 | 11111001 | 1100010 | 0 | 10 | 1 | 10110011 | 1100010 | 110010 |
Color Harmonies of #04FDF9
Complementary color
Monochromatic Colors of #04FDF9
Black with #04FDF9
Text Example
Text Example
White with #04FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDF9; }
p { color: rgb(4,253,249); }
H1.HeaderClassName
{
color: #04FDF9;
}
.AnyTagClassName
{
color: #04FDF9;
}
</style>
background-color css
<style>
a { background-color: #04FDF9; }
a { background-color: rgb(4,253,249); }
div.DivClassName
{
background-color: #04FDF9;
}
.BgClassName
{
background-color: #04FDF9;
}
</style>
border-color css
<style>
span { border-color: #04FDF9; }
span { border-color: rgb(4,253,249); }
td.TdClassName
{
border-color: #04FDF9;
}
.TagClassName
{
border-color: #04FDF9;
}
</style>