Html Css Color HEX #4EC0BA Medium Turquoise

📋 copy color: '#4EC0BA'

red 78 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #4EC0BA

Tints of Medium Turquoise #4EC0BA

RGB

 RED value IS 78 (30.86% from 255) = 17.11%

 GREEN value IS 192 (75.39% from 255) = 42.11%

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

R = 17.11%
G = 42.11%
B = 40.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4EC0BA (or 0x4EC0BA) is known color: Medium Turquoise. HEX triplet: 4E, C0 and BA. RGB value is (78,192,186). Sum of RGB (Red+Green+Blue) = 78+192+186=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0BA is #B13F45. Grayscale: #9D9D9D. Windows color (decimal): -11616070 or 12238926. OLE color: 12238926.

HSL color Cylindrical-coordinate representation of color #4EC0BA: hue angle of 176.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0BA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 192 186 -
CMYK 0.59 0 0.03 0.25
HSL 176.84º 0.48% 0.53% -
HSV(B) 176.84º 0.59% 0.75% -
XYZ 30.85 42.86 53.1 -
YUV 157.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 78 192 186 0.59 0 0.03 0.25 176.84 0.48 0.53
Hex 4E C0 BA 3B 0 3 19 B1 30 35
Octal 116 300 272 73 0 3 31 261 60 65
Binary 1001110 11000000 10111010 111011 0 11 11001 10110001 110000 110101

Color Harmonies of #4EC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC0BA

Black with #4EC0BA

Text Example


Text Example

White with #4EC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EC0BA; }

 p { color: rgb(78,192,186); }

 H1.HeaderClassName
 {
   color: #4EC0BA;
 }
 .AnyTagClassName
 {
   color: #4EC0BA;
 }
</style>

background-color css

<style>
 a { background-color: #4EC0BA; }

 a { background-color: rgb(78,192,186); }

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

border-color css

<style>
 span { border-color: #4EC0BA; }

 span { border-color: rgb(78,192,186); }

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