Html Css Color HEX #04FFFC Aqua

📋 copy color: '#04FFFC'

red 4 ◦ green 255 ◦ blue 252

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

Shades of Aqua #04FFFC

Tints of Aqua #04FFFC

RGB

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

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

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

R = 0.78%
G = 49.9%
B = 49.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#04FFFC (or 0x04FFFC) is known color: Aqua. HEX triplet: 04, FF and FC. RGB value is (4,255,252). Sum of RGB (Red+Green+Blue) = 4+255+252=511 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFFC is #FB0003. Grayscale: #B3B3B3. Windows color (decimal): -16449540 or 16580356. OLE color: 16580356.

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

Color convert

RGB 4 255 252 -
CMYK 0.98 0 0.01 0
HSL 179.28º 1% 0.51% -
HSV(B) 179.28º 0.98% 1% -
XYZ 53.38 78.57 104.45 -
YUV 179.61 168.84 2.74 -
System Red Green Blue C M Y K H S L
Decimal 4 255 252 0.98 0 0.01 0 179.28 1 0.51
Hex 4 FF FC 62 0 1 0 B3 64 33
Octal 4 377 374 142 0 1 0 263 144 63
Binary 100 11111111 11111100 1100010 0 1 0 10110011 1100100 110011

Color Harmonies of #04FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFFC

Black with #04FFFC

Text Example


Text Example

White with #04FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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