Shades of Aqua #04EFFC
Tints of Aqua #04EFFC
RGB
CMYK
RGB Variations
Color information
#04EFFC (or 0x04EFFC) is known color: Aqua. HEX triplet: 04, EF and FC. RGB value is (4,239,252). Sum of RGB (Red+Green+Blue) = 4+239+252=495 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #04EFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EFFC is #FB1003. Grayscale: #A9A9A9. Windows color (decimal): -16453636 or 16576260. OLE color: 16576260.
HSL color Cylindrical-coordinate representation of color #04EFFC: hue angle of 183.15º 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 #04EFFC is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 239 | 252 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.01 |
| HSL | 183.15º | 0.98% | 0.5% | - |
| HSV(B) | 183.15º | 0.98% | 0.99% | - |
| XYZ | 48.49 | 68.79 | 102.82 | - |
| YUV | 170.22 | 174.14 | 9.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 252 | 0.98 | 0.05 | 0 | 0.01 | 183.15 | 0.98 | 0.5 |
| Hex | 4 | EF | FC | 62 | 5 | 0 | 1 | B7 | 62 | 32 |
| Octal | 4 | 357 | 374 | 142 | 5 | 0 | 1 | 267 | 142 | 62 |
| Binary | 100 | 11101111 | 11111100 | 1100010 | 101 | 0 | 1 | 10110111 | 1100010 | 110010 |
Color Harmonies of #04EFFC
Complementary color
Monochromatic Colors of #04EFFC
Black with #04EFFC
Text Example
Text Example
White with #04EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EFFC; }
p { color: rgb(4,239,252); }
H1.HeaderClassName
{
color: #04EFFC;
}
.AnyTagClassName
{
color: #04EFFC;
}
</style>
background-color css
<style>
a { background-color: #04EFFC; }
a { background-color: rgb(4,239,252); }
div.DivClassName
{
background-color: #04EFFC;
}
.BgClassName
{
background-color: #04EFFC;
}
</style>
border-color css
<style>
span { border-color: #04EFFC; }
span { border-color: rgb(4,239,252); }
td.TdClassName
{
border-color: #04EFFC;
}
.TagClassName
{
border-color: #04EFFC;
}
</style>