Html Css Color HEX #04FCEE Aqua

📋 copy color: '#04FCEE'

red 4 ◦ green 252 ◦ blue 238

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

Shades of Aqua #04FCEE

Tints of Aqua #04FCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 0.81%
G = 51.01%
B = 48.18%

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

#04FCEE (or 0x04FCEE) is known color: Aqua. HEX triplet: 04, FC and EE. RGB value is (4,252,238). Sum of RGB (Red+Green+Blue) = 4+252+238=494 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCEE is #FB0311. Grayscale: #B0B0B0. Windows color (decimal): -16450322 or 15662084. OLE color: 15662084.

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

Color convert

RGB 4 252 238 -
CMYK 0.98 0 0.06 0.01
HSL 176.61º 0.98% 0.5% -
HSV(B) 176.61º 0.98% 0.99% -
XYZ 50.29 75.82 92.87 -
YUV 176.25 162.84 5.14 -
System Red Green Blue C M Y K H S L
Decimal 4 252 238 0.98 0 0.06 0.01 176.61 0.98 0.5
Hex 4 FC EE 62 0 6 1 B1 62 32
Octal 4 374 356 142 0 6 1 261 142 62
Binary 100 11111100 11101110 1100010 0 110 1 10110001 1100010 110010

Color Harmonies of #04FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCEE

Black with #04FCEE

Text Example


Text Example

White with #04FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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