Html Css Color HEX #04FCFC Aqua

📋 copy color: '#04FCFC'

red 4 ◦ green 252 ◦ blue 252

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

Shades of Aqua #04FCFC

Tints of Aqua #04FCFC

RGB

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

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

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

R = 0.79%
G = 49.61%
B = 49.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04FCFC (or 0x04FCFC) is known color: Aqua. HEX triplet: 04, FC and FC. RGB value is (4,252,252). Sum of RGB (Red+Green+Blue) = 4+252+252=508 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #04FCFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCFC is #FB0303. Grayscale: #B1B1B1. Windows color (decimal): -16450308 or 16579588. OLE color: 16579588.

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

Color convert

RGB 4 252 252 -
CMYK 0.98 0 0 0.01
HSL 180º 0.98% 0.5% -
HSV(B) 180º 0.98% 0.99% -
XYZ 52.43 76.67 104.13 -
YUV 177.85 169.84 4 -
System Red Green Blue C M Y K H S L
Decimal 4 252 252 0.98 0 0 0.01 180 0.98 0.5
Hex 4 FC FC 62 0 0 1 B4 62 32
Octal 4 374 374 142 0 0 1 264 142 62
Binary 100 11111100 11111100 1100010 0 0 1 10110100 1100010 110010

Color Harmonies of #04FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCFC

Black with #04FCFC

Text Example


Text Example

White with #04FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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