Html Css Color HEX #4EC2BF Medium Turquoise

📋 copy color: '#4EC2BF'

red 78 ◦ green 194 ◦ blue 191

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

Shades of Medium Turquoise #4EC2BF

Tints of Medium Turquoise #4EC2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 16.85%
G = 41.9%
B = 41.25%

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

#4EC2BF (or 0x4EC2BF) is known color: Medium Turquoise. HEX triplet: 4E, C2 and BF. RGB value is (78,194,191). Sum of RGB (Red+Green+Blue) = 78+194+191=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2BF is #B13D40. Grayscale: #9E9E9E. Windows color (decimal): -11615553 or 12567118. OLE color: 12567118.

HSL color Cylindrical-coordinate representation of color #4EC2BF: hue angle of 178.45º 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 #4EC2BF is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 78 194 191 -
CMYK 0.60 0 0.02 0.24
HSL 178.45º 0.49% 0.53% -
HSV(B) 178.45º 0.6% 0.76% -
XYZ 31.84 43.96 56.1 -
YUV 158.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 78 194 191 0.60 0 0.02 0.24 178.45 0.49 0.53
Hex 4E C2 BF 3C 0 2 18 B2 31 35
Octal 116 302 277 74 0 2 30 262 61 65
Binary 1001110 11000010 10111111 111100 0 10 11000 10110010 110001 110101

Color Harmonies of #4EC2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2BF

Black with #4EC2BF

Text Example


Text Example

White with #4EC2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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