#4ED1C3

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

Shades of Medium Turquoise #4ED1C3

Tints of Medium Turquoise #4ED1C3

Color information

#4ED1C3 (or 0x4ED1C3) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D1 and C3. RGB value is (78,209,195). Sum of RGB (Red+Green+Blue) = 78+209+195=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED1C3 is #B12E3C. Grayscale: #A8A8A8. Windows color (decimal): -11611709 or 12833102. OLE color: 12833102.

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

Color convert

RGB78209195-
CMYK0.6300.070.18
HSL173.59º58.74%56.27%-
HSV(B)173.59º62.68%81.96%-
XYZ35.7951.1659.62-
YUV168.24143.163.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.18%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=16.18%
G=43.36%
B=40.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782091950.6300.070.18173.5958.7456.27
Hex4ED1C33F0712ae3b38
Octal1163213037707222567370
Binary1001110110100011100001111111101111001010101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,209,195); }

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

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

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

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

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

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

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