#4ED4CB

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

Shades of Medium Turquoise #4ED4CB

Tints of Medium Turquoise #4ED4CB

Color information

#4ED4CB (or 0x4ED4CB) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D4 and CB. RGB value is (78,212,203). Sum of RGB (Red+Green+Blue) = 78+212+203=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED4CB is #B12B34. Grayscale: #AAAAAA. Windows color (decimal): -11610933 or 13358158. OLE color: 13358158.

HSL color Cylindrical-coordinate representation of color #4ED4CB: hue angle of 175.97º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED4CB is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB78212203-
CMYK0.6300.040.17
HSL175.97º60.91%56.86%-
HSV(B)175.97º63.21%83.14%-
XYZ37.4653.0264.76-
YUV170.91146.1161.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.82%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=15.82%
G=43.00%
B=41.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal782122030.6300.040.17175.9760.9156.86
Hex4ED4CB3F0411b03d39
Octal1163243137704212607571
Binary1001110110101001100101111111101001000110110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,212,203); }

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

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

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

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

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

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

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