#2beac0

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

Shades of Turquoise #2BEAC0

Tints of Turquoise #2BEAC0

Color information

#2BEAC0 (or 0x2BEAC0) is unknown color: approx Turquoise. HEX triplet: 2B, EA and C0. RGB value is (43,234,192). Sum of RGB (Red+Green+Blue) = 43+234+192=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAC0 is #D4153F. Grayscale: #ACACAC. Windows color (decimal): -13899072 or 12642859. OLE color: 12642859.

HSL color Cylindrical-coordinate representation of color #2BEAC0: hue angle of 166.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAC0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB43234192-
CMYK0.8200.180.08
HSL166.81º81.97%54.31%-
HSV(B)166.81º81.62%91.76%-
XYZ39.9363.1759.96-
YUV172.1139.2235.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.17%
GREEN value IS 234 (91.80% from 255) = 49.89%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=9.17%
G=49.89%
B=40.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal432341920.8200.180.08166.8181.9754.31
Hex2BEAC0520128a75236
Octal533523001220221024712266
Binary101011111010101100000010100100100101000101001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2beac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,234,192); }

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

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

 a { background-color: rgb(43,234,192); }

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

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

 span { border-color: rgb(43,234,192); }

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