#4EC2B8

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

Shades of Medium Turquoise #4EC2B8

Tints of Medium Turquoise #4EC2B8

Color information

#4EC2B8 (or 0x4EC2B8) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C2 and B8. RGB value is (78,194,184). Sum of RGB (Red+Green+Blue) = 78+194+184=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2B8 is #B13D47. Grayscale: #9E9E9E. Windows color (decimal): -11615560 or 12108366. OLE color: 12108366.

HSL color Cylindrical-coordinate representation of color #4EC2B8: hue angle of 174.83º 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 #4EC2B8 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB78194184-
CMYK0.6000.050.24
HSL174.83º48.74%53.33%-
HSV(B)174.83º59.79%76.08%-
XYZ31.0943.6652.14-
YUV158.18142.5770.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.11%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=17.11%
G=42.54%
B=40.35%

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
Decimal781941840.6000.050.24174.8348.7453.33
Hex4EC2B83C0518af3135
Octal1163022707405302576165
Binary1001110110000101011100011110001011100010101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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