#4EDBB9

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

Shades of Medium Turquoise #4EDBB9

Tints of Medium Turquoise #4EDBB9

Color information

#4EDBB9 (or 0x4EDBB9) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DB and B9. RGB value is (78,219,185). Sum of RGB (Red+Green+Blue) = 78+219+185=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBB9 is #B12446. Grayscale: #ACACAC. Windows color (decimal): -11609159 or 12180302. OLE color: 12180302.

HSL color Cylindrical-coordinate representation of color #4EDBB9: hue angle of 165.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDBB9 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB78219185-
CMYK0.6400.160.14
HSL165.53º66.2%58.24%-
HSV(B)165.53º64.38%85.88%-
XYZ37.2355.7954.7-
YUV172.96134.7960.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.18%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=16.18%
G=45.44%
B=38.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782191850.6400.160.14165.5366.258.24
Hex4EDBB940010Ea6423a
Octal1163332711000201624610272
Binary1001110110110111011100110000000100001110101001101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,219,185); }

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

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

 a { background-color: rgb(78,219,185); }

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

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

 span { border-color: rgb(78,219,185); }

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