#2EFAE9

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

Shades of Turquoise #2EFAE9

Tints of Turquoise #2EFAE9

Color information

#2EFAE9 (or 0x2EFAE9) is unknown color: approx Turquoise. HEX triplet: 2E, FA and E9. RGB value is (46,250,233). Sum of RGB (Red+Green+Blue) = 46+250+233=529 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.70% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFAE9 is #D10516. Grayscale: #BABABA. Windows color (decimal): -13698327 or 15333934. OLE color: 15333934.

HSL color Cylindrical-coordinate representation of color #2EFAE9: hue angle of 175º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFAE9 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB46250233-
CMYK0.8200.070.02
HSL175º95.33%58.04%-
HSV(B)175º81.6%98.04%-
XYZ50.0274.8488.9-
YUV187.07153.9127.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.70%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=8.70%
G=47.26%
B=44.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal462502330.8200.070.0217595.3358.04
Hex2EFAE952072af5f3a
Octal5637235112207225713772
Binary10111011111010111010011010010011110101011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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