#4EDAC8

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

Shades of Medium Turquoise #4EDAC8

Tints of Medium Turquoise #4EDAC8

Color information

#4EDAC8 (or 0x4EDAC8) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DA and C8. RGB value is (78,218,200). Sum of RGB (Red+Green+Blue) = 78+218+200=496 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.73% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAC8 is #B12537. Grayscale: #AEAEAE. Windows color (decimal): -11609400 or 13163086. OLE color: 13163086.

HSL color Cylindrical-coordinate representation of color #4EDAC8: hue angle of 172.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDAC8 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB78218200-
CMYK0.6400.080.15
HSL172.29º65.42%58.04%-
HSV(B)172.29º64.22%85.49%-
XYZ38.6455.9363.4-
YUV174.09142.6259.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.73%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=15.73%
G=43.95%
B=40.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal782182000.6400.080.15172.2965.4258.04
Hex4EDAC84008Fac413a
Octal1163323101000101725410172
Binary100111011011010110010001000000010001111101011001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,218,200); }

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

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

 a { background-color: rgb(78,218,200); }

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

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

 span { border-color: rgb(78,218,200); }

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