#4ECAC5

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

Shades of Medium Turquoise #4ECAC5

Tints of Medium Turquoise #4ECAC5

Color information

#4ECAC5 (or 0x4ECAC5) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CA and C5. RGB value is (78,202,197). Sum of RGB (Red+Green+Blue) = 78+202+197=477 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.35% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECAC5 is #B1353A. Grayscale: #A4A4A4. Windows color (decimal): -11613499 or 12962382. OLE color: 12962382.

HSL color Cylindrical-coordinate representation of color #4ECAC5: hue angle of 177.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ECAC5 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB78202197-
CMYK0.6100.020.21
HSL177.58º53.91%54.9%-
HSV(B)177.58º61.39%79.22%-
XYZ34.3447.8960.26-
YUV164.35146.4266.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.35%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=16.35%
G=42.35%
B=41.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal782021970.6100.020.21177.5853.9154.9
Hex4ECAC53D0215b23637
Octal1163123057502252626667
Binary100111011001010110001011111010101010110110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,202,197); }

 H1.HeaderClassName
 {
   color: #4ECAC5;
 }
 .AnyTagClassName
 {
   color: #4ECAC5;
 }
</style>
background-color css

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

 a { background-color: rgb(78,202,197); }

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

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

 span { border-color: rgb(78,202,197); }

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