// 背景色が透明になります。
cell.backgroundColor = [UIColor colorWithWhite:1.0f alpha:0.0f];

セル選択時の色の設定
UITableViewCellSelectionStyleBlue:青
UITableViewCellSelectionStyleGray:灰
UITableViewCellSelectionStyleNone:なし