Html Css Color HEX #04EABA Bright Turquoise

📋 copy color: '#04EABA'

red 4 ◦ green 234 ◦ blue 186

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

Shades of Bright Turquoise #04EABA

Tints of Bright Turquoise #04EABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 0.94%
G = 55.19%
B = 43.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#04EABA (or 0x04EABA) is known color: Bright Turquoise. HEX triplet: 04, EA and BA. RGB value is (4,234,186). Sum of RGB (Red+Green+Blue) = 4+234+186=424 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #04EABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EABA is #FB1545. Grayscale: #9F9F9F. Windows color (decimal): -16454982 or 12249604. OLE color: 12249604.

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

Color convert

RGB 4 234 186 -
CMYK 0.98 0 0.21 0.08
HSL 167.48º 0.97% 0.47% -
HSV(B) 167.48º 0.98% 0.92% -
XYZ 38.34 62.42 56.48 -
YUV 159.76 142.8 16.9 -
System Red Green Blue C M Y K H S L
Decimal 4 234 186 0.98 0 0.21 0.08 167.48 0.97 0.47
Hex 4 EA BA 62 0 15 8 A7 61 2F
Octal 4 352 272 142 0 25 10 247 141 57
Binary 100 11101010 10111010 1100010 0 10101 1000 10100111 1100001 101111

Color Harmonies of #04EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EABA

Black with #04EABA

Text Example


Text Example

White with #04EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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