#2ECABF

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

Shades of Medium Turquoise #2ECABF

Tints of Medium Turquoise #2ECABF

Color information

#2ECABF (or 0x2ECABF) is unknown color: approx Medium Turquoise. HEX triplet: 2E, CA and BF. RGB value is (46,202,191). Sum of RGB (Red+Green+Blue) = 46+202+191=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECABF is #D13540. Grayscale: #999999. Windows color (decimal): -13710657 or 12569134. OLE color: 12569134.

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

Color convert

RGB46202191-
CMYK0.7700.050.21
HSL175.77º62.9%48.63%-
HSV(B)175.77º77.23%79.22%-
XYZ31.6546.5856.61-
YUV154.1148.8250.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.48%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 191 (75% from 255) = 43.51%
R=10.48%
G=46.01%
B=43.51%

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
Decimal462021910.7700.050.21175.7762.948.63
Hex2ECABF4D0515b03f31
Octal5631227711505252607761
Binary1011101100101010111111100110101011010110110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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