Html Css Color HEX #04FFFD Aqua

📋 copy color: '#04FFFD'

red 4 ◦ green 255 ◦ blue 253

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

Shades of Aqua #04FFFD

Tints of Aqua #04FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 0.78%
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

RGB Variations

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

Color information

#04FFFD (or 0x04FFFD) is known color: Aqua. HEX triplet: 04, FF and FD. RGB value is (4,255,253). Sum of RGB (Red+Green+Blue) = 4+255+253=512 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFFD is #FB0002. Grayscale: #B3B3B3. Windows color (decimal): -16449539 or 16645892. OLE color: 16645892.

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

Color convert

RGB 4 255 253 -
CMYK 0.98 0 0.01 0
HSL 179.52º 1% 0.51% -
HSV(B) 179.52º 0.98% 1% -
XYZ 53.54 78.64 105.29 -
YUV 179.72 169.34 2.66 -
System Red Green Blue C M Y K H S L
Decimal 4 255 253 0.98 0 0.01 0 179.52 1 0.51
Hex 4 FF FD 62 0 1 0 B4 64 33
Octal 4 377 375 142 0 1 0 264 144 63
Binary 100 11111111 11111101 1100010 0 1 0 10110100 1100100 110011

Color Harmonies of #04FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFFD

Black with #04FFFD

Text Example


Text Example

White with #04FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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