Html Css Color HEX #04FEFC Aqua

📋 copy color: '#04FEFC'

red 4 ◦ green 254 ◦ blue 252

#04FEFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #04FEFC

Tints of Aqua #04FEFC

RGB

 RED value IS 4 (1.95% from 255) = 0.78%

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 0.78%
G = 49.8%
B = 49.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04FEFC (or 0x04FEFC) is known color: Aqua. HEX triplet: 04, FE and FC. RGB value is (4,254,252). Sum of RGB (Red+Green+Blue) = 4+254+252=510 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEFC is #FB0103. Grayscale: #B2B2B2. Windows color (decimal): -16449796 or 16580100. OLE color: 16580100.

HSL color Cylindrical-coordinate representation of color #04FEFC: hue angle of 179.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FEFC is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 254 252 -
CMYK 0.98 0 0.01 0.00
HSL 179.52º 0.99% 0.51% -
HSV(B) 179.52º 0.98% 1% -
XYZ 53.06 77.94 104.34 -
YUV 179.02 169.18 3.16 -
System Red Green Blue C M Y K H S L
Decimal 4 254 252 0.98 0 0.01 0.00 179.52 0.99 0.51
Hex 4 FE FC 62 0 1 0 B4 63 33
Octal 4 376 374 142 0 1 0 264 143 63
Binary 100 11111110 11111100 1100010 0 1 0 10110100 1100011 110011

Color Harmonies of #04FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEFC

Black with #04FEFC

Text Example


Text Example

White with #04FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04FEFC; }

 p { color: rgb(4,254,252); }

 H1.HeaderClassName
 {
   color: #04FEFC;
 }
 .AnyTagClassName
 {
   color: #04FEFC;
 }
</style>

background-color css

<style>
 a { background-color: #04FEFC; }

 a { background-color: rgb(4,254,252); }

 div.DivClassName
 {
   background-color: #04FEFC;
 }
 .BgClassName
 {
   background-color: #04FEFC;
 }
</style>

border-color css

<style>
 span { border-color: #04FEFC; }

 span { border-color: rgb(4,254,252); }

 td.TdClassName
 {
   border-color: #04FEFC;
 }
 .TagClassName
 {
   border-color: #04FEFC;
 }
</style>