#2EEFBC

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

Shades of Turquoise #2EEFBC

Tints of Turquoise #2EEFBC

Color information

#2EEFBC (or 0x2EEFBC) is unknown color: approx Turquoise. HEX triplet: 2E, EF and BC. RGB value is (46,239,188). Sum of RGB (Red+Green+Blue) = 46+239+188=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFBC is #D11043. Grayscale: #AFAFAF. Windows color (decimal): -13701188 or 12381998. OLE color: 12381998.

HSL color Cylindrical-coordinate representation of color #2EEFBC: hue angle of 164.15º degrees, saturation: 0.86, 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 #2EEFBC is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB46239188-
CMYK0.8100.210.06
HSL164.15º85.78%55.88%-
HSV(B)164.15º80.75%93.73%-
XYZ41.0765.9458.14-
YUV175.48135.0635.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.73%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=9.73%
G=50.53%
B=39.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462391880.8100.210.06164.1585.7855.88
Hex2EEFBC510156a45638
Octal56357274121025624412670
Binary10111011101111101111001010001010101110101001001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,188); }

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

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

 a { background-color: rgb(46,239,188); }

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

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

 span { border-color: rgb(46,239,188); }

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