#2EC2C3

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

Shades of Medium Turquoise #2EC2C3

Tints of Medium Turquoise #2EC2C3

Color information

#2EC2C3 (or 0x2EC2C3) is unknown color: approx Medium Turquoise. HEX triplet: 2E, C2 and C3. RGB value is (46,194,195). Sum of RGB (Red+Green+Blue) = 46+194+195=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #2EC2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2C3 is #D13D3C. Grayscale: #959595. Windows color (decimal): -13712701 or 12829230. OLE color: 12829230.

HSL color Cylindrical-coordinate representation of color #2EC2C3: hue angle of 180.4º 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 #2EC2C3 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB46194195-
CMYK0.760.0100.24
HSL180.4º61.83%47.25%-
HSV(B)180.4º76.41%76.47%-
XYZ30.2743.158.35-
YUV149.86153.4753.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.57%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=10.57%
G=44.60%
B=44.83%

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
Decimal461941950.760.0100.24180.461.8347.25
Hex2EC2C34C1018b43e2f
Octal5630230311410302647657
Binary10111011000010110000111001100101100010110100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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