#2EEAC1

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

Shades of Turquoise #2EEAC1

Tints of Turquoise #2EEAC1

Color information

#2EEAC1 (or 0x2EEAC1) is unknown color: approx Turquoise. HEX triplet: 2E, EA and C1. RGB value is (46,234,193). Sum of RGB (Red+Green+Blue) = 46+234+193=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEAC1 is #D1153E. Grayscale: #ADADAD. Windows color (decimal): -13702463 or 12708398. OLE color: 12708398.

HSL color Cylindrical-coordinate representation of color #2EEAC1: hue angle of 166.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEAC1 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB46234193-
CMYK0.8000.180.08
HSL166.91º81.74%54.9%-
HSV(B)166.91º80.34%91.76%-
XYZ40.1863.2860.55-
YUV173.11139.2237.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.73%
GREEN value IS 234 (91.80% from 255) = 49.47%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=9.73%
G=49.47%
B=40.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462341930.8000.180.08166.9181.7454.9
Hex2EEAC1500128a75237
Octal563523011200221024712267
Binary101110111010101100000110100000100101000101001111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,234,193); }

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

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

 a { background-color: rgb(46,234,193); }

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

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

 span { border-color: rgb(46,234,193); }

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