#2EFCBF

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

Shades of Turquoise #2EFCBF

Tints of Turquoise #2EFCBF

Color information

#2EFCBF (or 0x2EFCBF) is unknown color: approx Turquoise. HEX triplet: 2E, FC and BF. RGB value is (46,252,191). Sum of RGB (Red+Green+Blue) = 46+252+191=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCBF is #D10340. Grayscale: #B7B7B7. Windows color (decimal): -13697857 or 12581934. OLE color: 12581934.

HSL color Cylindrical-coordinate representation of color #2EFCBF: hue angle of 162.23º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCBF is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB46252191-
CMYK0.8200.240.01
HSL162.23º97.17%58.43%-
HSV(B)162.23º81.75%98.82%-
XYZ45.3473.9661.18-
YUV183.45132.2529.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.41%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 191 (75% from 255) = 39.06%
R=9.41%
G=51.53%
B=39.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462521910.8200.240.01162.2397.1758.43
Hex2EFCBF520181a2613a
Octal56374277122030124214172
Binary101110111111001011111110100100110001101000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,252,191); }

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

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

 a { background-color: rgb(46,252,191); }

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

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

 span { border-color: rgb(46,252,191); }

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