#4EC2B9

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

Shades of Medium Turquoise #4EC2B9

Tints of Medium Turquoise #4EC2B9

Color information

#4EC2B9 (or 0x4EC2B9) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C2 and B9. RGB value is (78,194,185). Sum of RGB (Red+Green+Blue) = 78+194+185=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2B9 is #B13D46. Grayscale: #9E9E9E. Windows color (decimal): -11615559 or 12173902. OLE color: 12173902.

HSL color Cylindrical-coordinate representation of color #4EC2B9: hue angle of 175.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC2B9 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB78194185-
CMYK0.6000.050.24
HSL175.34º48.74%53.33%-
HSV(B)175.34º59.79%76.08%-
XYZ31.1943.7152.69-
YUV158.29143.0770.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.07%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=17.07%
G=42.45%
B=40.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781941850.6000.050.24175.3448.7453.33
Hex4EC2B93C0518af3135
Octal1163022717405302576165
Binary1001110110000101011100111110001011100010101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,194,185); }

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

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

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

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

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

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

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