#4EC2BC

Color #4EC2BC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4EC2BC

Tints of Medium Turquoise #4EC2BC

Color information

#4EC2BC (or 0x4EC2BC) is unknown color: approx 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

RGB78194188-
CMYK0.6000.030.24
HSL176.9º48.74%53.33%-
HSV(B)176.9º59.79%76.08%-
XYZ31.5143.8354.38-
YUV158.63144.5770.49-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781941880.6000.030.24176.948.7453.33
Hex4EC2BC3C0318b13135
Octal1163022747403302616165
Binary100111011000010101111001111000111100010110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>