#2EC3C2

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

Shades of Medium Turquoise #2EC3C2

Tints of Medium Turquoise #2EC3C2

Color information

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

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

Color convert

RGB46195194-
CMYK0.7600.010.24
HSL179.6º61.83%47.25%-
HSV(B)179.6º76.41%76.47%-
XYZ30.3843.5157.84-
YUV150.33152.6453.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461951940.7600.010.24179.661.8347.25
Hex2EC3C24C0118b43e2f
Octal5630330211401302647657
Binary10111011000011110000101001100011100010110100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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