#2EEAB5

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

Shades of Turquoise #2EEAB5

Tints of Turquoise #2EEAB5

Color information

#2EEAB5 (or 0x2EEAB5) is unknown color: approx Turquoise. HEX triplet: 2E, EA and B5. RGB value is (46,234,181). Sum of RGB (Red+Green+Blue) = 46+234+181=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEAB5 is #D1154A. Grayscale: #ABABAB. Windows color (decimal): -13702475 or 11921966. OLE color: 11921966.

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

Color convert

RGB46234181-
CMYK0.8000.230.08
HSL163.09º81.74%54.9%-
HSV(B)163.09º80.34%91.76%-
XYZ38.8962.7653.78-
YUV171.75133.2238.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.98%
GREEN value IS 234 (91.80% from 255) = 50.76%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=9.98%
G=50.76%
B=39.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462341810.8000.230.08163.0981.7454.9
Hex2EEAB5500178a35237
Octal563522651200271024312267
Binary101110111010101011010110100000101111000101000111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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