Porcelain tile 59.8x59.8x0.8 GPT 1031 Mix Matt Rect.

The photographs are for illustrative purposes only.
Get AI analytics on product Porcelain tile 59.8x59.8x0.8 GPT 1031 Mix Matt Rect.:
19.47€ / box
Ex Tax: 15.70€ / box
18.20€ / m²
1 box = 1.07m²
Cersanit
0 reviews
In stock
Product Code: 000-497636ASP

Specification

  • Quantity of pieces in package: 3
  • Size (cm): 60x60
Qty
Tags:

Rectified matt porcelain tile 59.8 × 59.8 × 0.8 cm — GPT 1031 Mix

Durable porcelain tile for floor and wall use, suitable indoors and outdoors except in very high-traffic locations; low water absorption makes it water- and moisture-resistant and resistant to very low temperatures.

Key Benefits


    Low water absorption — water- and moisture-resistant
  • Frost resistant; resists cracking at very low temperatures
  • PEI 4 abrasion class for good wear resistance
  • R10 slip resistance for safer wet areas
  • V1 stain resistance for easier maintenance
  • Matt, rectified finish for a uniform look and precise joints

Applications

Suitable for a wide range of residential and light-commercial uses; consider the tile's application and slip class when planning installation.


    Indoor floors (living rooms, hallways)
  • Wall coverings (bathrooms, kitchens)
  • Outdoor areas excluding very high-traffic zones (balconies, terraces)
  • Building exteriors and facades where frost resistance is required

What to Consider When Choosing


    Match the PEI 4 wear class to expected foot traffic; avoid for very heavy commercial use
  1. Use R10 rated tiles in wet or slippery zones for safety
  2. Check m2 per pack and pieces per pack to plan order quantity
  3. Account for shade variation (variation 5) when mixing batches for a balanced look
  4. Confirm frost resistance for outdoor installations

Specifications


    Type: Porcelain tile (GPT 1031 MIX)
  • Size: 59.8 × 59.8 × 0.8 cm
  • Finish: Matt, rectified
  • Abrasion class: PEI 4
  • Frost resistant: Yes
  • Area per pack: 1.07 m2
  • Pieces per pack: 3
  • Shade variation: 5
  • Slip resistance: R10
  • Stain resistance: V1

Why Buy from SityPro


    Easy to buy online with clear product features and images
  • Transparent price information to plan your budget
  • Fast delivery options to Estonia and Finland
  • Helpful customer support for product application and selection
  • Reliable stock and convenient ordering for renovation projects

Description provided by sitypro.com

Keraamilised plaadid
Quantity of pieces in package
3
Size (cm)
60x60
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Porcelain tile 59.8x59.8x0.8 GPT 1031 Mix Matt Rect.
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the PORCELAIN TILE 59,8x59,8x0,8 GPT 1031 MIX MATT RECT

What is TÄISMASSPLAAT 59,8x59,8x0,8 GPT 1031 MIX MATT RECT?

TÄISMASSPLAAT 59,8x59,8x0,8 GPT 1031 MIX MATT RECT is a Cersanit full-body porcelain tile sized 59.8×59.8×0.8 cm with a matt finish, suitable for floors and walls indoors and outdoors, low water absorption, frost-resistant, PEI 4 wear class and R10 slip resistance.

Is this tile suitable for outdoor use and terraces?

Yes, the tile is frost-resistant and has low water absorption, making it suitable for outdoor areas and terraces. It is not recommended for very heavy-traffic zones since its wear rating is PEI 4 (medium–high traffic).

Can GPT 1031 MIX MATT RECT be used in bathrooms and showers?

Yes, the tile is suitable for bathrooms and shower areas due to low water absorption and stain resistance class V1. The R10 rating provides improved slip resistance for floors, but ensure proper slope and drainage for shower installations.

What are the exact dimensions and thickness of GPT 1031 MIX MATT RECT?

The tile measures 59.8×59.8 cm with a thickness of 0.8 cm, as stated in the product name. These dimensions are suitable for both wall and floor installations using standard tile adhesive.

How many pieces and how many square metres are in one pack?

One pack contains 3 tiles covering a total of 1.07 m². Allow a 5–10% waste margin for cuts and pattern matching when ordering.

What is the wear resistance and what rooms is PEI 4 suitable for?

PEI 4 indicates the tile tolerates medium to high foot traffic, making it suitable for living rooms, kitchens, hallways and many commercial areas with moderate use. Very heavy commercial traffic areas should use PEI 5 tiles.

How slippery is the tile — what does R10 mean?

R10 denotes moderate slip resistance, suitable for internal and external floors including bathrooms and terraces. For very wet or high-safety public areas, choose R11 or higher.

Can this tile be installed over underfloor heating?

Yes, the 0.8 cm full-body porcelain tile is generally compatible with underfloor heating due to low water absorption and thermal stability. Use appropriate tile adhesive and verify the system’s maximum operating temperature with the installer.

What does "Varju variatsioon 5" mean and will it affect installation?

"Varju variatsioon 5" indicates a high shade variation between tiles, creating a natural stone look. When installing, mix tiles from different boxes to achieve an even distribution of tones.

What is the stain resistance class and what does V1 mean?

The tile is rated V1 for stain resistance, meaning low susceptibility to staining and normal household cleaning is usually sufficient. In heavily soiled areas, protect grout lines and perform timely cleaning.

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ххххххх');