#4EC8DA

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

Shades of Medium Turquoise #4EC8DA

Tints of Medium Turquoise #4EC8DA

Color information

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

HSL color Cylindrical-coordinate representation of color #4EC8DA: hue angle of 187.71º 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 #4EC8DA is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB78200218-
CMYK0.640.0800.15
HSL187.71º65.42%58.04%-
HSV(B)187.71º64.22%85.49%-
XYZ36.4547.9973.67-
YUV165.57157.5865.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal782002180.640.0800.15187.7165.4258.04
Hex4EC8DA4080Fbc413a
Octal1163103321001001727410172
Binary100111011001000110110101000000100001111101111001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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