Html Css Color HEX #4EC2BE Medium Turquoise

📋 copy color: '#4EC2BE'

red 78 ◦ green 194 ◦ blue 190

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

Shades of Medium Turquoise #4EC2BE

Tints of Medium Turquoise #4EC2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 16.88%
G = 41.99%
B = 41.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#4EC2BE (or 0x4EC2BE) is known color: Medium Turquoise. HEX triplet: 4E, C2 and BE. RGB value is (78,194,190). Sum of RGB (Red+Green+Blue) = 78+194+190=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2BE is #B13D41. Grayscale: #9E9E9E. Windows color (decimal): -11615554 or 12501582. OLE color: 12501582.

HSL color Cylindrical-coordinate representation of color #4EC2BE: hue angle of 177.93º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC2BE is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 78 194 190 -
CMYK 0.60 0 0.02 0.24
HSL 177.93º 0.49% 0.53% -
HSV(B) 177.93º 0.6% 0.76% -
XYZ 31.73 43.92 55.52 -
YUV 158.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 78 194 190 0.60 0 0.02 0.24 177.93 0.49 0.53
Hex 4E C2 BE 3C 0 2 18 B2 31 35
Octal 116 302 276 74 0 2 30 262 61 65
Binary 1001110 11000010 10111110 111100 0 10 11000 10110010 110001 110101

Color Harmonies of #4EC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2BE

Black with #4EC2BE

Text Example


Text Example

White with #4EC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,194,190); }

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

background-color css

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

 a { background-color: rgb(78,194,190); }

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

border-color css

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

 span { border-color: rgb(78,194,190); }

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