Porcelain tile 59.8x59.8x0.8 GPT1065 Grey Matt Rectified

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

Specification

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

Grey Matt Porcelain Tile 59.8×59.8×0.8 cm (GPT1065) for Floors and Walls

Durable porcelain tile designed for floor and wall use inside and outside buildings, excluding very high‑traffic areas; low water absorption ensures resistance to water, moisture and freezing temperatures.

Key Benefits


    Low water absorption — water‑ and moisture‑resistant
  • Frost resistant and does not crack at very low temperatures
  • Wear resistance class 3 for long-lasting surface durability
  • Slip resistance class R10 for safer wet areas
  • Stain resistance class V1 for easier maintenance
  • Matte grey finish for a neutral, modern look

Applications

Suitable for a wide range of indoor and outdoor applications, with the exception of very dense traffic zones.


    Residential floors
  • Bathroom and shower walls
  • Kitchen floors and walls
  • Balconies and terraces
  • Outdoor façades and cladding with moderate foot traffic

What to Consider When Choosing


    Assess expected traffic intensity — not recommended for very high‑traffic areas
  1. Check frost resistance for outdoor installation
  2. Calculate coverage using 1.07 m² per pack and 3 pieces per pack
  3. Consider slip resistance R10 for wet zones
  4. Confirm the grey matt finish suits your design and lighting

Specifications


    Product type: Porcelain tile
  • Size: 59.8×59.8×0.8 cm
  • Model: GPT1065 GREY MATT RECT
  • Suitable for floors and walls, indoors and outdoors (except very high‑traffic areas)
  • Wear class: 3
  • Frost resistance: Yes
  • Water absorption: Low (water‑ and moisture‑resistant)
  • Slip resistance: R10
  • Stain resistance: V1
  • Coverage per pack: 1.07 m²
  • Pieces per pack: 3
  • Pack weight: 18.88 kg

Why Buy from SityPro


    Easy to buy online with clear product features and price information
  • SityPro provides detailed specifications to compare benefits and applications
  • Delivery available to Estonia and Finland for convenient ordering
  • Trusted customer support for product selection and technical questions
  • Secure packaging and reliable handling to protect tiles in transit

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 GPT1065 Grey Matt Rectified
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the PORCELAIN TILE 59,8x59,8x0,8 GPT1065 GREY MATT RECT

What is TÄISMASSPLAAT 59,8x59,8x0,8 GPT1065 GREY MATT RECT and where can I use it?

TÄISMASSPLAAT 59,8x59,8x0,8 GPT1065 GREY MATT RECT is a 59.8×59.8 cm, 0.8 cm thick grey matt full-body porcelain tile suitable for floors and walls indoors and outdoors, except in areas with very heavy traffic.

Is this tile suitable for outdoor terraces and frost-resistant?

Yes — it is frost-resistant (Külmakindlus Jah). Low water absorption makes the porcelain tile suitable for outdoor use and resistant to freezing and cracking.

What is the wear resistance class and what does it mean for flooring?

Wear resistance class is 3, suitable for residential areas and commercial zones with medium traffic; not recommended for very high-traffic public areas.

What is the anti-slip rating — is it suitable for a bathroom?

The tile has an R10 anti-slip rating, making it suitable for bathrooms and wet areas provided proper installation and waterproofing are used.

How many pieces and what area does one pack contain?

One pack contains 3 tiles covering 1.07 m², and the pack weight is 18.88 kg.

Can this tile be used on walls and combined with other tile sizes?

Yes — it is suitable for walls and floors. When combining with other sizes, account for the 0.8 cm thickness and use appropriate adhesive and finishing profiles for 59.8×59.8 cm tiles.

What is the stain resistance and how to care for the tile?

Stain resistance class V1 — resistant to normal household stains. Clean with a soft brush and neutral detergent; avoid abrasive cleaners and strong acids.

Is this tile suitable for underfloor heating (water or electric)?

Yes — suitable for underfloor heating because of low water absorption and appropriate thermal behavior; use adhesives approved for heated floors and follow installation guidelines.

How does this model differ from other Cersanit tiles in thickness and format?

This model is 59.8×59.8 cm and 0.8 cm thick — a relatively thin large-format Cersanit porcelain tile with a matt surface and full-body composition (pattern through the thickness).

wwwwwwwwwwww

wwwwwwwwwwww

wwwwwwwwwwww

wwwwwwwwwwww

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