Html Css Color HEX #04EAE8 Bright Turquoise

📋 copy color: '#04EAE8'

red 4 ◦ green 234 ◦ blue 232

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

Shades of Bright Turquoise #04EAE8

Tints of Bright Turquoise #04EAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 0.85%
G = 49.79%
B = 49.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#04EAE8 (or 0x04EAE8) is known color: Bright Turquoise. HEX triplet: 04, EA and E8. RGB value is (4,234,232). Sum of RGB (Red+Green+Blue) = 4+234+232=470 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #04EAE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EAE8 is #FB1517. Grayscale: #A4A4A4. Windows color (decimal): -16454936 or 15264260. OLE color: 15264260.

HSL color Cylindrical-coordinate representation of color #04EAE8: hue angle of 179.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EAE8 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 234 232 -
CMYK 0.98 0 0.01 0.08
HSL 179.48º 0.97% 0.47% -
HSV(B) 179.48º 0.98% 0.92% -
XYZ 44.04 64.7 86.51 -
YUV 165 165.8 13.16 -
System Red Green Blue C M Y K H S L
Decimal 4 234 232 0.98 0 0.01 0.08 179.48 0.97 0.47
Hex 4 EA E8 62 0 1 8 B3 61 2F
Octal 4 352 350 142 0 1 10 263 141 57
Binary 100 11101010 11101000 1100010 0 1 1000 10110011 1100001 101111

Color Harmonies of #04EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EAE8

Black with #04EAE8

Text Example


Text Example

White with #04EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,234,232); }

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

background-color css

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

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

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

border-color css

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

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

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