Shades of Aqua #04EEF4
Tints of Aqua #04EEF4
RGB
CMYK
RGB Variations
Color information
#04EEF4 (or 0x04EEF4) is known color: Aqua. HEX triplet: 04, EE and F4. RGB value is (4,238,244). Sum of RGB (Red+Green+Blue) = 4+238+244=486 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #04EEF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEF4 is #FB110B. Grayscale: #A8A8A8. Windows color (decimal): -16453900 or 16051716. OLE color: 16051716.
HSL color Cylindrical-coordinate representation of color #04EEF4: hue angle of 181.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EEF4 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 238 | 244 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.04 |
| HSL | 181.5º | 0.97% | 0.49% | - |
| HSV(B) | 181.5º | 0.98% | 0.96% | - |
| XYZ | 46.95 | 67.71 | 96.18 | - |
| YUV | 168.72 | 170.48 | 10.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 244 | 0.98 | 0.02 | 0 | 0.04 | 181.5 | 0.97 | 0.49 |
| Hex | 4 | EE | F4 | 62 | 2 | 0 | 4 | B6 | 61 | 31 |
| Octal | 4 | 356 | 364 | 142 | 2 | 0 | 4 | 266 | 141 | 61 |
| Binary | 100 | 11101110 | 11110100 | 1100010 | 10 | 0 | 100 | 10110110 | 1100001 | 110001 |
Color Harmonies of #04EEF4
Complementary color
Monochromatic Colors of #04EEF4
Black with #04EEF4
Text Example
Text Example
White with #04EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EEF4; }
p { color: rgb(4,238,244); }
H1.HeaderClassName
{
color: #04EEF4;
}
.AnyTagClassName
{
color: #04EEF4;
}
</style>
background-color css
<style>
a { background-color: #04EEF4; }
a { background-color: rgb(4,238,244); }
div.DivClassName
{
background-color: #04EEF4;
}
.BgClassName
{
background-color: #04EEF4;
}
</style>
border-color css
<style>
span { border-color: #04EEF4; }
span { border-color: rgb(4,238,244); }
td.TdClassName
{
border-color: #04EEF4;
}
.TagClassName
{
border-color: #04EEF4;
}
</style>