#2bf7bf

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

Shades of Turquoise #2BF7BF

Tints of Turquoise #2BF7BF

Color information

#2BF7BF (or 0x2BF7BF) is unknown color: approx Turquoise. HEX triplet: 2B, F7 and BF. RGB value is (43,247,191). Sum of RGB (Red+Green+Blue) = 43+247+191=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF7BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF7BF is #D40840. Grayscale: #B3B3B3. Windows color (decimal): -13895745 or 12580651. OLE color: 12580651.

HSL color Cylindrical-coordinate representation of color #2BF7BF: hue angle of 163.53º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF7BF is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB43247191-
CMYK0.8300.230.03
HSL163.53º92.73%56.86%-
HSV(B)163.53º82.59%96.86%-
XYZ43.6670.860.65-
YUV179.62134.4130.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.94%
GREEN value IS 247 (96.88% from 255) = 51.35%
BLUE value IS 191 (75% from 255) = 39.71%
R=8.94%
G=51.35%
B=39.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal432471910.8300.230.03163.5392.7356.86
Hex2BF7BF530173a45d39
Octal53367277123027324413571
Binary1010111111011110111111101001101011111101001001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bf7bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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