#2EF1B6

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

Shades of Turquoise #2EF1B6

Tints of Turquoise #2EF1B6

Color information

#2EF1B6 (or 0x2EF1B6) is unknown color: approx Turquoise. HEX triplet: 2E, F1 and B6. RGB value is (46,241,182). Sum of RGB (Red+Green+Blue) = 46+241+182=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1B6 is #D10E49. Grayscale: #B0B0B0. Windows color (decimal): -13700682 or 11989294. OLE color: 11989294.

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

Color convert

RGB46241182-
CMYK0.8100.240.05
HSL161.85º87.44%56.27%-
HSV(B)161.85º80.91%94.51%-
XYZ41.0366.8755-
YUV175.97131.435.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.81%
GREEN value IS 241 (94.53% from 255) = 51.39%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=9.81%
G=51.39%
B=38.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462411820.8100.240.05161.8587.4456.27
Hex2EF1B6510185a25738
Octal56361266121030524212770
Binary10111011110001101101101010001011000101101000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,241,182); }

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

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

 a { background-color: rgb(46,241,182); }

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

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

 span { border-color: rgb(46,241,182); }

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