#2EC9CD

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

Shades of Medium Turquoise #2EC9CD

Tints of Medium Turquoise #2EC9CD

Color information

#2EC9CD (or 0x2EC9CD) is unknown color: approx Medium Turquoise. HEX triplet: 2E, C9 and CD. RGB value is (46,201,205). Sum of RGB (Red+Green+Blue) = 46+201+205=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EC9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC9CD is #D13632. Grayscale: #9A9A9A. Windows color (decimal): -13710899 or 13486382. OLE color: 13486382.

HSL color Cylindrical-coordinate representation of color #2EC9CD: hue angle of 181.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC9CD is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46201205-
CMYK0.780.0200.20
HSL181.51º63.35%49.22%-
HSV(B)181.51º77.56%80.39%-
XYZ33.0346.7665.04-
YUV155.11156.1550.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.18%
GREEN value IS 201 (78.91% from 255) = 44.47%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=10.18%
G=44.47%
B=45.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal462012050.780.0200.20181.5163.3549.22
Hex2EC9CD4E2014b63f31
Octal5631131511620242667761
Binary101110110010011100110110011101001010010110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,201,205); }

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

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

 a { background-color: rgb(46,201,205); }

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

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

 span { border-color: rgb(46,201,205); }

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