#2EE9C3

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

Shades of Turquoise #2EE9C3

Tints of Turquoise #2EE9C3

Color information

#2EE9C3 (or 0x2EE9C3) is unknown color: approx Turquoise. HEX triplet: 2E, E9 and C3. RGB value is (46,233,195). Sum of RGB (Red+Green+Blue) = 46+233+195=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9C3 is #D1163C. Grayscale: #ACACAC. Windows color (decimal): -13702717 or 12839214. OLE color: 12839214.

HSL color Cylindrical-coordinate representation of color #2EE9C3: hue angle of 167.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE9C3 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB46233195-
CMYK0.8000.160.09
HSL167.81º80.95%54.71%-
HSV(B)167.81º80.26%91.37%-
XYZ40.1262.861.64-
YUV172.75140.5537.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.70%
GREEN value IS 233 (91.41% from 255) = 49.16%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=9.70%
G=49.16%
B=41.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal462331950.8000.160.09167.8180.9554.71
Hex2EE9C3500109a85137
Octal563513031200201125012167
Binary101110111010011100001110100000100001001101010001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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