#4EC8DC

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

Shades of Medium Turquoise #4EC8DC

Tints of Medium Turquoise #4EC8DC

Color information

#4EC8DC (or 0x4EC8DC) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C8 and DC. RGB value is (78,200,220). Sum of RGB (Red+Green+Blue) = 78+200+220=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8DC is #B13723. Grayscale: #A5A5A5. Windows color (decimal): -11613988 or 14469198. OLE color: 14469198.

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

Color convert

RGB78200220-
CMYK0.650.0900.14
HSL188.45º66.98%58.43%-
HSV(B)188.45º64.55%86.27%-
XYZ36.7148.175.06-
YUV165.8158.5865.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.66%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=15.66%
G=40.16%
B=44.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782002200.650.0900.14188.4566.9858.43
Hex4EC8DC4190Ebc433a
Octal1163103341011101627410372
Binary100111011001000110111001000001100101110101111001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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