#2ef0e1

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

Shades of Turquoise #2EF0E1

Tints of Turquoise #2EF0E1

Color information

#2EF0E1 (or 0x2EF0E1) is unknown color: approx Turquoise. HEX triplet: 2E, F0 and E1. RGB value is (46,240,225). Sum of RGB (Red+Green+Blue) = 46+240+225=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF0E1 is #D10F1E. Grayscale: #B4B4B4. Windows color (decimal): -13700895 or 14807086. OLE color: 14807086.

HSL color Cylindrical-coordinate representation of color #2EF0E1: hue angle of 175.36º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF0E1 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB46240225-
CMYK0.8100.060.06
HSL175.36º86.61%56.08%-
HSV(B)175.36º80.83%94.12%-
XYZ45.8868.3482.01-
YUV180.28153.2332.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.00%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=9.00%
G=46.97%
B=44.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462402250.8100.060.06175.3686.6156.08
Hex2EF0E151066af5738
Octal5636034112106625712770
Binary101110111100001110000110100010110110101011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef0e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,225); }

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

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

 a { background-color: rgb(46,240,225); }

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

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

 span { border-color: rgb(46,240,225); }

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