#2EE9C2

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

Shades of Turquoise #2EE9C2

Tints of Turquoise #2EE9C2

Color information

#2EE9C2 (or 0x2EE9C2) is unknown color: approx Turquoise. HEX triplet: 2E, E9 and C2. RGB value is (46,233,194). Sum of RGB (Red+Green+Blue) = 46+233+194=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9C2 is #D1163D. Grayscale: #ACACAC. Windows color (decimal): -13702718 or 12773678. OLE color: 12773678.

HSL color Cylindrical-coordinate representation of color #2EE9C2: hue angle of 167.49º 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 #2EE9C2 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB46233194-
CMYK0.8000.170.09
HSL167.49º80.95%54.71%-
HSV(B)167.49º80.26%91.37%-
XYZ4062.7561.04-
YUV172.64140.0537.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.73%
GREEN value IS 233 (91.41% from 255) = 49.26%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=9.73%
G=49.26%
B=41.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal462331940.8000.170.09167.4980.9554.71
Hex2EE9C2500119a75137
Octal563513021200211124712167
Binary101110111010011100001010100000100011001101001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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