#2bd3ba

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

Shades of Turquoise #2BD3BA

Tints of Turquoise #2BD3BA

Color information

#2BD3BA (or 0x2BD3BA) is unknown color: approx Turquoise. HEX triplet: 2B, D3 and BA. RGB value is (43,211,186). Sum of RGB (Red+Green+Blue) = 43+211+186=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD3BA is #D42C45. Grayscale: #9D9D9D. Windows color (decimal): -13904966 or 12243755. OLE color: 12243755.

HSL color Cylindrical-coordinate representation of color #2BD3BA: hue angle of 171.07º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD3BA is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB43211186-
CMYK0.8000.120.17
HSL171.07º66.14%49.8%-
HSV(B)171.07º79.62%82.75%-
XYZ33.1550.6554.48-
YUV157.92143.8446.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.77%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=9.77%
G=47.95%
B=42.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal432111860.8000.120.17171.0766.1449.8
Hex2BD3BA500C11ab4232
Octal533232721200142125310262
Binary101011110100111011101010100000110010001101010111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd3ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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