#4ED8CD

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

Shades of Medium Turquoise #4ED8CD

Tints of Medium Turquoise #4ED8CD

Color information

#4ED8CD (or 0x4ED8CD) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D8 and CD. RGB value is (78,216,205). Sum of RGB (Red+Green+Blue) = 78+216+205=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED8CD is #B12732. Grayscale: #ADADAD. Windows color (decimal): -11609907 or 13490254. OLE color: 13490254.

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

Color convert

RGB78216205-
CMYK0.6400.050.15
HSL175.22º63.89%57.65%-
HSV(B)175.22º63.89%84.71%-
XYZ38.7255.1466.36-
YUV173.48145.7859.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.63%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=15.63%
G=43.29%
B=41.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal782162050.6400.050.15175.2263.8957.65
Hex4ED8CD4005Faf403a
Octal116330315100051725710072
Binary10011101101100011001101100000001011111101011111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,216,205); }

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

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

 a { background-color: rgb(78,216,205); }

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

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

 span { border-color: rgb(78,216,205); }

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