Html Css Color HEX #04E5EA Bright Turquoise

📋 copy color: '#04E5EA'

red 4 ◦ green 229 ◦ blue 234

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

Shades of Bright Turquoise #04E5EA

Tints of Bright Turquoise #04E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.04%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 0.86%
G = 49.04%
B = 50.11%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04E5EA (or 0x04E5EA) is known color: Bright Turquoise. HEX triplet: 04, E5 and EA. RGB value is (4,229,234). Sum of RGB (Red+Green+Blue) = 4+229+234=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #04E5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E5EA is #FB1A15. Grayscale: #A2A2A2. Windows color (decimal): -16456214 or 15394052. OLE color: 15394052.

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

Color convert

RGB 4 229 234 -
CMYK 0.98 0.02 0 0.08
HSL 181.3º 0.97% 0.47% -
HSV(B) 181.3º 0.98% 0.92% -
XYZ 42.92 62 87.55 -
YUV 162.3 168.46 15.09 -
System Red Green Blue C M Y K H S L
Decimal 4 229 234 0.98 0.02 0 0.08 181.3 0.97 0.47
Hex 4 E5 EA 62 2 0 8 B5 61 2F
Octal 4 345 352 142 2 0 10 265 141 57
Binary 100 11100101 11101010 1100010 10 0 1000 10110101 1100001 101111

Color Harmonies of #04E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E5EA

Black with #04E5EA

Text Example


Text Example

White with #04E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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