#4ED0D0

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

Shades of Medium Turquoise #4ED0D0

Tints of Medium Turquoise #4ED0D0

Color information

#4ED0D0 (or 0x4ED0D0) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D0 and D0. RGB value is (78,208,208). Sum of RGB (Red+Green+Blue) = 78+208+208=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #4ED0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED0D0 is #B12F2F. Grayscale: #A9A9A9. Windows color (decimal): -11611952 or 13684814. OLE color: 13684814.

HSL color Cylindrical-coordinate representation of color #4ED0D0: hue angle of 180º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED0D0 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78208208-
CMYK0.62000.18
HSL180º58.04%56.08%-
HSV(B)180º62.5%81.57%-
XYZ37.0851.2967.62-
YUV169.13149.9363-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.79%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=15.79%
G=42.11%
B=42.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782082080.62000.1818058.0456.08
Hex4ED0D03E0012b43a38
Octal1163203207600222647270
Binary10011101101000011010000111110001001010110100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,208,208); }

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

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

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

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

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

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

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