Html Css Color HEX #04EABC Bright Turquoise

📋 copy color: '#04EABC'

red 4 ◦ green 234 ◦ blue 188

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

Shades of Bright Turquoise #04EABC

Tints of Bright Turquoise #04EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 0.94%
G = 54.93%
B = 44.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#04EABC (or 0x04EABC) is known color: Bright Turquoise. HEX triplet: 04, EA and BC. RGB value is (4,234,188). Sum of RGB (Red+Green+Blue) = 4+234+188=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #04EABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EABC is #FB1543. Grayscale: #9F9F9F. Windows color (decimal): -16454980 or 12380676. OLE color: 12380676.

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

Color convert

RGB 4 234 188 -
CMYK 0.98 0 0.20 0.08
HSL 168º 0.97% 0.47% -
HSV(B) 168º 0.98% 0.92% -
XYZ 38.55 62.5 57.61 -
YUV 159.99 143.8 16.74 -
System Red Green Blue C M Y K H S L
Decimal 4 234 188 0.98 0 0.20 0.08 168 0.97 0.47
Hex 4 EA BC 62 0 14 8 A8 61 2F
Octal 4 352 274 142 0 24 10 250 141 57
Binary 100 11101010 10111100 1100010 0 10100 1000 10101000 1100001 101111

Color Harmonies of #04EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EABC

Black with #04EABC

Text Example


Text Example

White with #04EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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