#4ED9DD

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

Shades of Medium Turquoise #4ED9DD

Tints of Medium Turquoise #4ED9DD

Color information

#4ED9DD (or 0x4ED9DD) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D9 and DD. RGB value is (78,217,221). Sum of RGB (Red+Green+Blue) = 78+217+221=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ED9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED9DD is #B12622. Grayscale: #AFAFAF. Windows color (decimal): -11609635 or 14539086. OLE color: 14539086.

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

Color convert

RGB78217221-
CMYK0.650.0200.13
HSL181.68º67.77%58.63%-
HSV(B)181.68º64.71%86.67%-
XYZ41.0156.4777.14-
YUV175.9153.4558.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.12%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=15.12%
G=42.05%
B=42.83%

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
Decimal782172210.650.0200.13181.6867.7758.63
Hex4ED9DD4120Db6443b
Octal116331335101201526610473
Binary1001110110110011101110110000011001101101101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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