#4EC9CB

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

Shades of Medium Turquoise #4EC9CB

Tints of Medium Turquoise #4EC9CB

Color information

#4EC9CB (or 0x4EC9CB) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C9 and CB. RGB value is (78,201,203). Sum of RGB (Red+Green+Blue) = 78+201+203=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EC9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC9CB is #B13634. Grayscale: #A4A4A4. Windows color (decimal): -11613749 or 13355342. OLE color: 13355342.

HSL color Cylindrical-coordinate representation of color #4EC9CB: hue angle of 180.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC9CB is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78201203-
CMYK0.620.0100.20
HSL180.96º54.59%55.1%-
HSV(B)180.96º61.58%79.61%-
XYZ34.8147.763.87-
YUV164.45149.7566.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.18%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=16.18%
G=41.70%
B=42.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal782012030.620.0100.20180.9654.5955.1
Hex4EC9CB3E1014b53737
Octal1163113137610242656767
Binary10011101100100111001011111110101010010110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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