#2EC1C3

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

Shades of Medium Turquoise #2EC1C3

Tints of Medium Turquoise #2EC1C3

Color information

#2EC1C3 (or 0x2EC1C3) is unknown color: approx Medium Turquoise. HEX triplet: 2E, C1 and C3. RGB value is (46,193,195). Sum of RGB (Red+Green+Blue) = 46+193+195=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #2EC1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1C3 is #D13E3C. Grayscale: #959595. Windows color (decimal): -13712957 or 12828974. OLE color: 12828974.

HSL color Cylindrical-coordinate representation of color #2EC1C3: hue angle of 180.81º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC1C3 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB46193195-
CMYK0.760.0100.24
HSL180.81º61.83%47.25%-
HSV(B)180.81º76.41%76.47%-
XYZ30.0542.6658.28-
YUV149.28153.854.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.60%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 195 (76.56% from 255) = 44.93%
R=10.60%
G=44.47%
B=44.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461931950.760.0100.24180.8161.8347.25
Hex2EC1C34C1018b53e2f
Octal5630130311410302657657
Binary10111011000001110000111001100101100010110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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