Html Css Color HEX #04FCED Aqua

📋 copy color: '#04FCED'

red 4 ◦ green 252 ◦ blue 237

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

Shades of Aqua #04FCED

Tints of Aqua #04FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 0.81%
G = 51.12%
B = 48.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#04FCED (or 0x04FCED) is known color: Aqua. HEX triplet: 04, FC and ED. RGB value is (4,252,237). Sum of RGB (Red+Green+Blue) = 4+252+237=493 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCED is #FB0312. Grayscale: #AFAFAF. Windows color (decimal): -16450323 or 15596548. OLE color: 15596548.

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

Color convert

RGB 4 252 237 -
CMYK 0.98 0 0.06 0.01
HSL 176.37º 0.98% 0.5% -
HSV(B) 176.37º 0.98% 0.99% -
XYZ 50.15 75.76 92.1 -
YUV 176.14 162.34 5.22 -
System Red Green Blue C M Y K H S L
Decimal 4 252 237 0.98 0 0.06 0.01 176.37 0.98 0.5
Hex 4 FC ED 62 0 6 1 B0 62 32
Octal 4 374 355 142 0 6 1 260 142 62
Binary 100 11111100 11101101 1100010 0 110 1 10110000 1100010 110010

Color Harmonies of #04FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCED

Black with #04FCED

Text Example


Text Example

White with #04FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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