#2FFBBA

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

Shades of Turquoise #2FFBBA

Tints of Turquoise #2FFBBA

Color information

#2FFBBA (or 0x2FFBBA) is unknown color: approx Turquoise. HEX triplet: 2F, FB and BA. RGB value is (47,251,186). Sum of RGB (Red+Green+Blue) = 47+251+186=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBBA is #D00445. Grayscale: #B6B6B6. Windows color (decimal): -13632582 or 12253999. OLE color: 12253999.

HSL color Cylindrical-coordinate representation of color #2FFBBA: hue angle of 160.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBBA is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB47251186-
CMYK0.8100.260.02
HSL160.88º96.23%58.43%-
HSV(B)160.88º81.27%98.43%-
XYZ44.5373.1458.23-
YUV182.59129.9131.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.71%
GREEN value IS 251 (98.44% from 255) = 51.86%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=9.71%
G=51.86%
B=38.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472511860.8100.260.02160.8896.2358.43
Hex2FFBBA5101A2a1603a
Octal57373272121032224114072
Binary1011111111101110111010101000101101010101000011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,251,186); }

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

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

 a { background-color: rgb(47,251,186); }

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

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

 span { border-color: rgb(47,251,186); }

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