#4EC2C6

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

Shades of Medium Turquoise #4EC2C6

Tints of Medium Turquoise #4EC2C6

Color information

#4EC2C6 (or 0x4EC2C6) is unknown color: approx Medium Turquoise. HEX triplet: 4E, C2 and C6. RGB value is (78,194,198). Sum of RGB (Red+Green+Blue) = 78+194+198=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EC2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2C6 is #B13D39. Grayscale: #9F9F9F. Windows color (decimal): -11615546 or 13025870. OLE color: 13025870.

HSL color Cylindrical-coordinate representation of color #4EC2C6: hue angle of 182º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC2C6 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78194198-
CMYK0.610.0200.22
HSL182º51.28%54.12%-
HSV(B)182º60.61%77.65%-
XYZ32.6344.2860.25-
YUV159.77149.5769.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.60%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=16.60%
G=41.28%
B=42.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781941980.610.0200.2218251.2854.12
Hex4EC2C63D2016b63336
Octal1163023067520262666366
Binary100111011000010110001101111011001011010110110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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