Html Css Color HEX #04FCEF Aqua

📋 copy color: '#04FCEF'

red 4 ◦ green 252 ◦ blue 239

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

Shades of Aqua #04FCEF

Tints of Aqua #04FCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.91%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 0.81%
G = 50.91%
B = 48.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#04FCEF (or 0x04FCEF) is known color: Aqua. HEX triplet: 04, FC and EF. RGB value is (4,252,239). Sum of RGB (Red+Green+Blue) = 4+252+239=495 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCEF is #FB0310. Grayscale: #B0B0B0. Windows color (decimal): -16450321 or 15727620. OLE color: 15727620.

HSL color Cylindrical-coordinate representation of color #04FCEF: hue angle of 176.85º 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 #04FCEF is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 252 239 -
CMYK 0.98 0 0.05 0.01
HSL 176.85º 0.98% 0.5% -
HSV(B) 176.85º 0.98% 0.99% -
XYZ 50.44 75.88 93.65 -
YUV 176.37 163.34 5.06 -
System Red Green Blue C M Y K H S L
Decimal 4 252 239 0.98 0 0.05 0.01 176.85 0.98 0.5
Hex 4 FC EF 62 0 5 1 B1 62 32
Octal 4 374 357 142 0 5 1 261 142 62
Binary 100 11111100 11101111 1100010 0 101 1 10110001 1100010 110010

Color Harmonies of #04FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCEF

Black with #04FCEF

Text Example


Text Example

White with #04FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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