#2ECAC9

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

Shades of Medium Turquoise #2ECAC9

Tints of Medium Turquoise #2ECAC9

Color information

#2ECAC9 (or 0x2ECAC9) is unknown color: approx Medium Turquoise. HEX triplet: 2E, CA and C9. RGB value is (46,202,201). Sum of RGB (Red+Green+Blue) = 46+202+201=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC9 is #D13536. Grayscale: #9B9B9B. Windows color (decimal): -13710647 or 13224494. OLE color: 13224494.

HSL color Cylindrical-coordinate representation of color #2ECAC9: hue angle of 179.62º 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 #2ECAC9 is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB46202201-
CMYK0.7700.000.21
HSL179.62º62.9%48.63%-
HSV(B)179.62º77.23%79.22%-
XYZ32.7947.0462.61-
YUV155.24153.8250.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.24%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=10.24%
G=44.99%
B=44.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal462022010.7700.000.21179.6262.948.63
Hex2ECAC94D0015b43f31
Octal5631231111500252647761
Binary10111011001010110010011001101001010110110100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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