DOOR HANDLE TORINO 178 TSINK/White

The photographs are for illustrative purposes only.
Get AI analytics on product Door Handle Torino 178 Zinc/White:
25.75€/pair
Ex Tax: 20.77€/pair
iNOVO
0 reviews
In stock
Product Code: 000-467519ASP

Specification

Qty
One click order
Tags:
Product sizes17,00 x 13,00 x 5,00 cm
Package dimensions24,00 x 22,00 x 7,00 cm
Gross weight0,890 kg
Net weight0,850 kg

Door Handle Torino 178 Zinc/White

This door handle is a functional and stylish hardware element designed to provide smooth door operation and complement modern interior designs.

Key advantages


    Durable construction suitable for everyday use
  • Comfortable grip for easy door opening
  • Modern appearance that fits various interior styles
  • Easy installation on standard doors
  • Stable operation over long periods
  • Resistant to frequent handling
  • Neutral color combination that blends well with different decor themes

Application and use cases

This handle can be used in both residential and commercial spaces, providing functional and aesthetic benefits.


    Interior doors in homes
  • Office rooms and workspaces
  • Retail and service areas
  • Hospitality environments such as hotels or cafés
  • Renovation or upgrade projects

What to consider when choosing


    Match the design with the overall interior style
  1. Ensure compatibility with the door type
  2. Check the durability and ease of use
  3. Consider the color and finish to maintain visual harmony
  4. Evaluate installation requirements

Characteristics


    Type: Door handle
  • Model: Torino 178
  • Finish: Zinc/White
  • Suitable for standard door installations

Why buy at SityPro


    Convenient selection of high-quality hardware
  • Competitive price and reliable service
  • Fast delivery options
  • Professional support for product choice
  • Easy and secure ordering process

Description provided by sitypro.com

Handles
Color
White
Grounds
Round
Material
Zinc
Style
Modern
Type
Handles on the socket
Door, window accessories
Type of fittings
Handles
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
DOOR HANDLE TORINO 178 TSINK/White
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door Handle Torino 178 Zinc/White

What is the Door Handle Torino 178 Zinc/White and where is it used?

Door Handle Torino 178 Zinc/White is a zinc‑alloy interior door handle with a white finish designed for residential and commercial spaces. It provides a comfortable grip, easy installation on standard doors and durable performance for homes, offices, hotels and service areas.

Is the Torino 178 handle suitable for interior wooden and MDF doors?

Yes. The Door Handle Torino 178 is designed for standard interior doors, including wooden and MDF doors, provided the fixing holes and spindle/centres match the door.

What sizes and fixings are required to install the Torino 178?

The Torino 178 installs with a standard square spindle and fixing screws sized for the door thickness. Check the lock centres (backset/centres) and door thickness before purchase to ensure spindle length and screws are compatible.

What is the finish of the handle and how wear‑resistant is it?

The Torino 178 has a white finish over a zinc alloy, giving a neutral look. The finish is described as resistant to daily use and wear; avoid aggressive cleaning chemicals to maintain appearance.

Is the Torino 178 suitable for doors with a cylinder or mortise lock mechanism?

The Torino 178 is compatible with most interior lock types, including cylinder and common mortise mechanisms, provided the spindle and fixing positions fit. Check lock dimensions and spindle length for specific locks.

Can Torino 178 be fitted to a fire‑rated or sound‑insulated door?

Torino 178 is intended for standard interior doors; fitting to fire‑rated or certified sound‑insulated doors requires checking the door manufacturer's specifications and any certification requirements. Confirm compatibility before installation.

What tools are needed to fit the Torino 178 and how long does installation take?

You will need a Phillips and flat screwdriver, possibly a drill and a spirit level for hole alignment. Fitting the Torino 178 to a standard interior door typically takes about 15–30 minutes per door with the correct spindle and fixings available.

Does the Torino 178 support universal mounting for right‑ and left‑handed doors?

Yes. The Torino 178 is designed for universal mounting and can be fitted to both right‑ and left‑handed interior doors provided the spindle is positioned correctly.

How do I care for the zinc white Torino 178 handle to maintain appearance and function?

Wipe the handle regularly with a soft damp cloth and mild detergent; avoid abrasive cleaners and strong solvents. This preserves the white finish and ensures long‑term smooth operation.

How does the Torino 178 differ from brass or stainless steel door handles?

The Torino 178 is made of zinc alloy with a white finish, offering a neutral modern look and durability often at a lower cost than brass or stainless steel. Zinc allows versatile shapes and finishes and suits light interior styles.

Where to buy Door Handle Torino 178 Zinc/White?

You can buy Door Handle Torino 178 Zinc/White in our online store for 20.77€. Category: Handles.

What is the price of Door Handle Torino 178 Zinc/White?

The current price of Door Handle Torino 178 Zinc/White is 20.77€. Brand: iNOVO.

Door Handle Torino 178 Zinc/White — specifications and description

Model: 000-467519ASP. Category: Handles. Brand: iNOVO. Price: 20.77€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');