ASUS TUF Gaming LC III 360 ARGB CPU Liquid Cooler - White - ASUS | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
ASUS

ASUS TUF Gaming LC III 360 ARGB CPU Liquid Cooler - White

SKU: TUFGAMINGLCIII360ARGBLCDW
R 4 154.17
Only 3 left!
Only 3 left in stock - order soon!

360mm triple-fan liquid cooling | AURA Sync ARGB lighting | Broad Intel & AMD compatibility Quick Specs

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

360mm triple-fan liquid cooling | AURA Sync ARGB lighting | Broad Intel & AMD compatibility

Quick Specs

  • Keep your CPU running cool under pressure with a triple-fan 360mm radiator delivering up to 90.78 CFM airflow
  • Enjoy near-silent operation with a maximum noise level of just 37.4 dB(A), even under full load
  • Customise your build's look with AURA Sync-compatible ARGB lighting across three fans and an RGB pump cap
  • Build with confidence — the TUF Gaming LC III 360 ARGB is backed by an exceptional 6-year warranty
  • Connect to virtually any modern platform with compatibility spanning Intel LGA1851/1700/1200 and AMD AM5/AM4

Built to Tame the Toughest CPUs

The ASUS TUF Gaming LC III 360 ARGB is a 360mm all-in-one liquid cooler engineered for builders and gamers who demand sustained, high-performance cooling without compromise. Whether you're running a high-core-count workload, pushing your CPU with an all-day gaming session, or overclocking for maximum output, the LC III 360 ARGB is built to keep temperatures in check and your system performing at its peak.

Triple-Fan Firepower, Whisper-Quiet Delivery

Tired of cooling solutions that either roar like a jet engine or fail to keep up when things get serious? The TUF Gaming LC III 360 ARGB houses three 120mm TUF Gaming MF-12 fans that spin between 650 and 2600 RPM, delivering up to 90.78 CFM of airflow and 3.82 mmH2O of static pressure — all while staying at or below 37.4 dB(A) at maximum speed. PWM and DC control modes give you precise speed management, so you can tune for silence or cooling performance as your workload demands.

ARGB Lighting That Commands Attention

The three ARGB fans and the illuminated RGB pump cap bring your build to life with vibrant, customisable lighting. AURA Sync support means the LC III 360 ARGB integrates seamlessly with your ASUS AURA ecosystem, letting you synchronise lighting effects across your entire build from a single interface. The bold TUF Gaming aesthetic — angular pump head, sleeved rubber tubes, and an all-white finish — makes a statement whether your case has a glass side panel or not.

Fits Your Build, Ready to Install

With a copper CPU plate for efficient heat transfer, an aluminium radiator measuring 397 x 120 x 27 mm, and 400mm sleeved rubber tubes offering ample routing flexibility, the LC III 360 ARGB is designed to fit cleanly into a wide range of mid-tower and full-tower cases. Compatibility covers Intel LGA1851, LGA1700, and LGA1200 as well as AMD AM5 and AM4 sockets, and the cooler ships with pre-applied thermal compound so you can get straight to the build. Backed by a 6-year warranty, this is a cooling investment built to last.

Features

  • 360mm aluminium radiator with three 120mm ARGB fans for high-capacity heat dissipation
  • Fan speed range of 650–2600 RPM (±10%) with PWM and DC control modes for precise tuning
  • Up to 90.78 CFM airflow and 3.82 mmH2O static pressure for effective cooling performance
  • Maximum noise level of 37.4 dB(A) — powerful yet quiet under load
  • AURA Sync-compatible ARGB lighting on fans and RGB illuminated pump cap
  • Copper CPU contact plate for efficient thermal transfer; aluminium radiator construction
  • 400mm sleeved rubber tubes for flexible routing inside the case
  • Pre-applied thermal compound included for straightforward installation
  • Compatible with Intel LGA1851, LGA1700, LGA1200 and AMD AM5, AM4 sockets

Specifications

  • Radiator Size: 360 mm
  • Socket Compatibility:
    • Intel LGA1851, LGA1700, LGA1200
    • AMD AM5, AM4
  • Fan Count: 3
  • Pump Display: RGB
  • Max Noise Level: 37.4db
  • RGB Lighting: Yes
  • Tube Length: 400 mm
  • Colour: White
  • Product Dimensions: 39.7 x 12.0 x 2.7 cm

What's in the Box

  • ASUS TUF Gaming LC III 360 ARGB CPU Liquid Cooler - White x1
  • Accessory Pack (Screws and Brackets) x1
  • TUF Gaming Sticker x1
  • Quick Start Guide x1
Brand ASUS
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 72 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

MSI MPG Coreliquid P13 360 AIO Liquid CPU Cooler - White
MSI

MSI MPG Coreliquid P13 360 AIO Liquid CPU Cooler - White

R 3 531.25

Only 5 left - order soon!

Silverstone XE360-TR5 High Performance 360mm AIO Liquid CPU Cooler
SILVERSTONE

Silverstone XE360-TR5 High Performance 360mm AIO Liquid CPU Cooler

R 8 826.10

Only 1 left - order soon!

Antec Vortex 240 ARGB CPU Liquid Cooler Black
Antec

Antec Vortex 240 ARGB CPU Liquid Cooler Black

R 1 683.24

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!