#4EDCD8

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

Shades of Medium Turquoise #4EDCD8

Tints of Medium Turquoise #4EDCD8

Color information

#4EDCD8 (or 0x4EDCD8) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DC and D8. RGB value is (78,220,216). Sum of RGB (Red+Green+Blue) = 78+220+216=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD8 is #B12327. Grayscale: #B0B0B0. Windows color (decimal): -11608872 or 14212174. OLE color: 14212174.

HSL color Cylindrical-coordinate representation of color #4EDCD8: hue angle of 178.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCD8 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB78220216-
CMYK0.6500.020.14
HSL178.31º66.98%58.43%-
HSV(B)178.31º64.55%86.27%-
XYZ41.1357.7673.95-
YUV177.09149.9657.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.18%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=15.18%
G=42.80%
B=42.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782202160.6500.020.14178.3166.9858.43
Hex4EDCD84102Eb2433a
Octal116334330101021626210372
Binary1001110110111001101100010000010101110101100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,220,216); }

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

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

 a { background-color: rgb(78,220,216); }

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

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

 span { border-color: rgb(78,220,216); }

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