Html Css Color HEX #04FFFA Aqua

📋 copy color: '#04FFFA'

red 4 ◦ green 255 ◦ blue 250

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

Shades of Aqua #04FFFA

Tints of Aqua #04FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 0.79%
G = 50.1%
B = 49.12%

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

#04FFFA (or 0x04FFFA) is known color: Aqua. HEX triplet: 04, FF and FA. RGB value is (4,255,250). Sum of RGB (Red+Green+Blue) = 4+255+250=509 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFFA is #FB0005. Grayscale: #B3B3B3. Windows color (decimal): -16449542 or 16449284. OLE color: 16449284.

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

Color convert

RGB 4 255 250 -
CMYK 0.98 0 0.02 0
HSL 178.8º 1% 0.51% -
HSV(B) 178.8º 0.98% 1% -
XYZ 53.07 78.45 102.79 -
YUV 179.38 167.84 2.91 -
System Red Green Blue C M Y K H S L
Decimal 4 255 250 0.98 0 0.02 0 178.8 1 0.51
Hex 4 FF FA 62 0 2 0 B3 64 33
Octal 4 377 372 142 0 2 0 263 144 63
Binary 100 11111111 11111010 1100010 0 10 0 10110011 1100100 110011

Color Harmonies of #04FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFFA

Black with #04FFFA

Text Example


Text Example

White with #04FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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