Html Css Color HEX #4EC2BC Medium Turquoise

📋 copy color: '#4EC2BC'

red 78 ◦ green 194 ◦ blue 188

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

Shades of Medium Turquoise #4EC2BC

Tints of Medium Turquoise #4EC2BC

RGB

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

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

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

R = 16.96%
G = 42.17%
B = 40.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#4EC2BC (or 0x4EC2BC) is known color: Medium Turquoise. HEX triplet: 4E, C2 and BC. RGB value is (78,194,188). Sum of RGB (Red+Green+Blue) = 78+194+188=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2BC is #B13D43. Grayscale: #9E9E9E. Windows color (decimal): -11615556 or 12370510. OLE color: 12370510.

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

Color convert

RGB 78 194 188 -
CMYK 0.60 0 0.03 0.24
HSL 176.9º 0.49% 0.53% -
HSV(B) 176.9º 0.6% 0.76% -
XYZ 31.51 43.83 54.38 -
YUV 158.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 78 194 188 0.60 0 0.03 0.24 176.9 0.49 0.53
Hex 4E C2 BC 3C 0 3 18 B1 31 35
Octal 116 302 274 74 0 3 30 261 61 65
Binary 1001110 11000010 10111100 111100 0 11 11000 10110001 110001 110101

Color Harmonies of #4EC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2BC

Black with #4EC2BC

Text Example


Text Example

White with #4EC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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