#4EDDBD

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

Shades of Medium Turquoise #4EDDBD

Tints of Medium Turquoise #4EDDBD

Color information

#4EDDBD (or 0x4EDDBD) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DD and BD. RGB value is (78,221,189). Sum of RGB (Red+Green+Blue) = 78+221+189=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDBD is #B12242. Grayscale: #AEAEAE. Windows color (decimal): -11608643 or 12442958. OLE color: 12442958.

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

Color convert

RGB78221189-
CMYK0.6500.140.13
HSL166.57º67.77%58.63%-
HSV(B)166.57º64.71%86.67%-
XYZ38.1857.0157.14-
YUV174.6136.1259.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.98%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=15.98%
G=45.29%
B=38.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782211890.6500.140.13166.5767.7758.63
Hex4EDDBD410EDa7443b
Octal1163352751010161524710473
Binary100111011011101101111011000001011101101101001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,221,189); }

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

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

 a { background-color: rgb(78,221,189); }

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

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

 span { border-color: rgb(78,221,189); }

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