#2BFFBF

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

Shades of Turquoise #2BFFBF

Tints of Turquoise #2BFFBF

Color information

#2BFFBF (or 0x2BFFBF) is unknown color: approx Turquoise. HEX triplet: 2B, FF and BF. RGB value is (43,255,191). Sum of RGB (Red+Green+Blue) = 43+255+191=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFBF is #D40040. Grayscale: #B8B8B8. Windows color (decimal): -13893697 or 12582699. OLE color: 12582699.

HSL color Cylindrical-coordinate representation of color #2BFFBF: hue angle of 161.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFBF is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB43255191-
CMYK0.8300.250
HSL161.89º100%58.43%-
HSV(B)161.89º83.14%100%-
XYZ46.1675.861.49-
YUV184.32131.7627.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.79%
GREEN value IS 255 (100% from 255) = 52.15%
BLUE value IS 191 (75% from 255) = 39.06%
R=8.79%
G=52.15%
B=39.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal432551910.8300.250161.8910058.43
Hex2BFFBF530190a2643a
Octal53377277123031024214472
Binary101011111111111011111110100110110010101000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,255,191); }

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

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

 a { background-color: rgb(43,255,191); }

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

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

 span { border-color: rgb(43,255,191); }

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