#4ED8DC

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

Shades of Medium Turquoise #4ED8DC

Tints of Medium Turquoise #4ED8DC

Color information

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

HSL color Cylindrical-coordinate representation of color #4ED8DC: hue angle of 181.69º 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 #4ED8DC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78216220-
CMYK0.650.0200.14
HSL181.69º66.98%58.43%-
HSV(B)181.69º64.55%86.27%-
XYZ40.6255.976.36-
YUV175.19153.2858.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782162200.650.0200.14181.6966.9858.43
Hex4ED8DC4120Eb6433a
Octal116330334101201626610372
Binary1001110110110001101110010000011001110101101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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