#2BF0BE

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

Shades of Turquoise #2BF0BE

Tints of Turquoise #2BF0BE

Color information

#2BF0BE (or 0x2BF0BE) is unknown color: approx Turquoise. HEX triplet: 2B, F0 and BE. RGB value is (43,240,190). Sum of RGB (Red+Green+Blue) = 43+240+190=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF0BE is #D40F41. Grayscale: #AFAFAF. Windows color (decimal): -13897538 or 12513323. OLE color: 12513323.

HSL color Cylindrical-coordinate representation of color #2BF0BE: hue angle of 164.77º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF0BE is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB43240190-
CMYK0.8200.210.06
HSL164.77º86.78%55.49%-
HSV(B)164.77º82.08%94.12%-
XYZ41.4566.5559.38-
YUV175.4136.2333.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.09%
GREEN value IS 240 (94.14% from 255) = 50.74%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=9.09%
G=50.74%
B=40.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432401900.8200.210.06164.7786.7855.49
Hex2BF0BE520156a55737
Octal53360276122025624512767
Binary10101111110000101111101010010010101110101001011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,240,190); }

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

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

 a { background-color: rgb(43,240,190); }

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

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

 span { border-color: rgb(43,240,190); }

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