Html Css Color HEX #04FCFA Aqua

📋 copy color: '#04FCFA'

red 4 ◦ green 252 ◦ blue 250

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

Shades of Aqua #04FCFA

Tints of Aqua #04FCFA

RGB

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

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

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

R = 0.79%
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.01

RGB Variations

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

Color information

#04FCFA (or 0x04FCFA) is known color: Aqua. HEX triplet: 04, FC and FA. RGB value is (4,252,250). Sum of RGB (Red+Green+Blue) = 4+252+250=506 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCFA is #FB0305. Grayscale: #B1B1B1. Windows color (decimal): -16450310 or 16448516. OLE color: 16448516.

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

Color convert

RGB 4 252 250 -
CMYK 0.98 0 0.01 0.01
HSL 179.52º 0.98% 0.5% -
HSV(B) 179.52º 0.98% 0.99% -
XYZ 52.12 76.55 102.47 -
YUV 177.62 168.84 4.16 -
System Red Green Blue C M Y K H S L
Decimal 4 252 250 0.98 0 0.01 0.01 179.52 0.98 0.5
Hex 4 FC FA 62 0 1 1 B4 62 32
Octal 4 374 372 142 0 1 1 264 142 62
Binary 100 11111100 11111010 1100010 0 1 1 10110100 1100010 110010

Color Harmonies of #04FCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCFA

Black with #04FCFA

Text Example


Text Example

White with #04FCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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