#2EEAC3

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

Shades of Turquoise #2EEAC3

Tints of Turquoise #2EEAC3

Color information

#2EEAC3 (or 0x2EEAC3) is unknown color: approx Turquoise. HEX triplet: 2E, EA and C3. RGB value is (46,234,195). Sum of RGB (Red+Green+Blue) = 46+234+195=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEAC3 is #D1153C. Grayscale: #ADADAD. Windows color (decimal): -13702461 or 12839470. OLE color: 12839470.

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

Color convert

RGB46234195-
CMYK0.8000.170.08
HSL167.55º81.74%54.9%-
HSV(B)167.55º80.34%91.76%-
XYZ40.463.3761.73-
YUV173.34140.2237.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.68%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=9.68%
G=49.26%
B=41.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462341950.8000.170.08167.5581.7454.9
Hex2EEAC3500118a85237
Octal563523031200211025012267
Binary101110111010101100001110100000100011000101010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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