#4EDADE

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

Shades of Medium Turquoise #4EDADE

Tints of Medium Turquoise #4EDADE

Color information

#4EDADE (or 0x4EDADE) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DA and DE. RGB value is (78,218,222). Sum of RGB (Red+Green+Blue) = 78+218+222=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EDADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDADE is #B12521. Grayscale: #B0B0B0. Windows color (decimal): -11609378 or 14604878. OLE color: 14604878.

HSL color Cylindrical-coordinate representation of color #4EDADE: hue angle of 181.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDADE is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78218222-
CMYK0.650.0200.13
HSL181.67º68.57%58.82%-
HSV(B)181.67º64.86%87.06%-
XYZ41.457.0477.93-
YUV176.6153.6257.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.06%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=15.06%
G=42.08%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782182220.650.0200.13181.6768.5758.82
Hex4EDADE4120Db6453b
Octal116332336101201526610573
Binary1001110110110101101111010000011001101101101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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