Html Css Color HEX #04FFFB Aqua

📋 copy color: '#04FFFB'

red 4 ◦ green 255 ◦ blue 251

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

Shades of Aqua #04FFFB

Tints of Aqua #04FFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 50%

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 0.78%
G = 50%
B = 49.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#04FFFB (or 0x04FFFB) is known color: Aqua. HEX triplet: 04, FF and FB. RGB value is (4,255,251). Sum of RGB (Red+Green+Blue) = 4+255+251=510 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFFB is #FB0004. Grayscale: #B3B3B3. Windows color (decimal): -16449541 or 16514820. OLE color: 16514820.

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

Color convert

RGB 4 255 251 -
CMYK 0.98 0 0.02 0
HSL 179.04º 1% 0.51% -
HSV(B) 179.04º 0.98% 1% -
XYZ 53.22 78.51 103.62 -
YUV 179.5 168.34 2.83 -
System Red Green Blue C M Y K H S L
Decimal 4 255 251 0.98 0 0.02 0 179.04 1 0.51
Hex 4 FF FB 62 0 2 0 B3 64 33
Octal 4 377 373 142 0 2 0 263 144 63
Binary 100 11111111 11111011 1100010 0 10 0 10110011 1100100 110011

Color Harmonies of #04FFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFFB

Black with #04FFFB

Text Example


Text Example

White with #04FFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,255,251); }

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

background-color css

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

 a { background-color: rgb(4,255,251); }

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

border-color css

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

 span { border-color: rgb(4,255,251); }

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