#4ECACC

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

Shades of Medium Turquoise #4ECACC

Tints of Medium Turquoise #4ECACC

Color information

#4ECACC (or 0x4ECACC) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CA and CC. RGB value is (78,202,204). Sum of RGB (Red+Green+Blue) = 78+202+204=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ECACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECACC is #B13533. Grayscale: #A5A5A5. Windows color (decimal): -11613492 or 13421134. OLE color: 13421134.

HSL color Cylindrical-coordinate representation of color #4ECACC: hue angle of 180.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECACC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB78202204-
CMYK0.620.0100.2
HSL180.95º55.26%55.29%-
HSV(B)180.95º61.76%80%-
XYZ35.1648.2264.58-
YUV165.15149.9265.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.12%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=16.12%
G=41.74%
B=42.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal782022040.620.0100.2180.9555.2655.29
Hex4ECACC3E1014b53737
Octal1163123147610242656767
Binary10011101100101011001100111110101010010110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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