#2bd1ba

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

Shades of Turquoise #2BD1BA

Tints of Turquoise #2BD1BA

Color information

#2BD1BA (or 0x2BD1BA) is unknown color: approx Turquoise. HEX triplet: 2B, D1 and BA. RGB value is (43,209,186). Sum of RGB (Red+Green+Blue) = 43+209+186=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD1BA is #D42E45. Grayscale: #9C9C9C. Windows color (decimal): -13905478 or 12243243. OLE color: 12243243.

HSL color Cylindrical-coordinate representation of color #2BD1BA: hue angle of 171.69º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD1BA is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB43209186-
CMYK0.7900.110.18
HSL171.69º65.87%49.41%-
HSV(B)171.69º79.43%81.96%-
XYZ32.6649.6654.32-
YUV156.74144.546.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.82%
GREEN value IS 209 (82.03% from 255) = 47.72%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=9.82%
G=47.72%
B=42.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432091860.7900.110.18171.6965.8749.41
Hex2BD1BA4F0B12ac4231
Octal533212721170132225410261
Binary101011110100011011101010011110101110010101011001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd1ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,209,186); }

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

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

 a { background-color: rgb(43,209,186); }

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

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

 span { border-color: rgb(43,209,186); }

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