#32FFBA

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

Shades of Turquoise #32FFBA

Tints of Turquoise #32FFBA

Color information

#32FFBA (or 0x32FFBA) is unknown color: approx Turquoise. HEX triplet: 32, FF and BA. RGB value is (50,255,186). Sum of RGB (Red+Green+Blue) = 50+255+186=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFBA is #CD0045. Grayscale: #B9B9B9. Windows color (decimal): -13434950 or 12255026. OLE color: 12255026.

HSL color Cylindrical-coordinate representation of color #32FFBA: hue angle of 159.8º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFBA is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB50255186-
CMYK0.8000.270
HSL159.8º100%59.8%-
HSV(B)159.8º80.39%100%-
XYZ45.9475.7458.65-
YUV185.84128.0831.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.18%
GREEN value IS 255 (100% from 255) = 51.93%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=10.18%
G=51.93%
B=37.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502551860.8000.270159.810059.8
Hex32FFBA5001B0a0643c
Octal62377272120033024014474
Binary110010111111111011101010100000110110101000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32FFBA; }

 p { color: rgb(50,255,186); }

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

<style>
 a { background-color: #32FFBA; }

 a { background-color: rgb(50,255,186); }

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

<style>
 span { border-color: #32FFBA; }

 span { border-color: rgb(50,255,186); }

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