#2ec1c5

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

Shades of Medium Turquoise #2EC1C5

Tints of Medium Turquoise #2EC1C5

Color information

#2EC1C5 (or 0x2EC1C5) is unknown color: approx Medium Turquoise. HEX triplet: 2E, C1 and C5. RGB value is (46,193,197). Sum of RGB (Red+Green+Blue) = 46+193+197=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #2EC1C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1C5 is #D13E3A. Grayscale: #959595. Windows color (decimal): -13712955 or 12960046. OLE color: 12960046.

HSL color Cylindrical-coordinate representation of color #2EC1C5: hue angle of 181.59º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC1C5 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB46193197-
CMYK0.770.0200.23
HSL181.59º62.14%47.65%-
HSV(B)181.59º76.65%77.25%-
XYZ30.2742.7559.48-
YUV149.5154.854.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.55%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 197 (77.34% from 255) = 45.18%
R=10.55%
G=44.27%
B=45.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461931970.770.0200.23181.5962.1447.65
Hex2EC1C54D2017b63e30
Octal5630130511520272667660
Binary101110110000011100010110011011001011110110110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ec1c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,193,197); }

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

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

 a { background-color: rgb(46,193,197); }

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

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

 span { border-color: rgb(46,193,197); }

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