#2ECAC0

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

Shades of Medium Turquoise #2ECAC0

Tints of Medium Turquoise #2ECAC0

Color information

#2ECAC0 (or 0x2ECAC0) is unknown color: approx Medium Turquoise. HEX triplet: 2E, CA and C0. RGB value is (46,202,192). Sum of RGB (Red+Green+Blue) = 46+202+192=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC0 is #D1353F. Grayscale: #9A9A9A. Windows color (decimal): -13710656 or 12634670. OLE color: 12634670.

HSL color Cylindrical-coordinate representation of color #2ECAC0: hue angle of 176.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECAC0 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB46202192-
CMYK0.7700.050.21
HSL176.15º62.9%48.63%-
HSV(B)176.15º77.23%79.22%-
XYZ31.7646.6357.2-
YUV154.22149.3250.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.45%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=10.45%
G=45.91%
B=43.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal462021920.7700.050.21176.1562.948.63
Hex2ECAC04D0515b03f31
Octal5631230011505252607761
Binary1011101100101011000000100110101011010110110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ECAC0; }

 p { color: rgb(46,202,192); }

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

<style>
 a { background-color: #2ECAC0; }

 a { background-color: rgb(46,202,192); }

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

<style>
 span { border-color: #2ECAC0; }

 span { border-color: rgb(46,202,192); }

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