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

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

SKU: TUFGAMINGLCIII360ARGBWH
R 3 635.07
Only 3 left!
Only 3 left in stock - order soon!

360mm all-in-one liquid cooling | Integrated triple ARGB fans | Single-cable installation | Aura Sync lighting | 6-year warranty

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

360mm all-in-one liquid cooling | Integrated triple ARGB fans | Single-cable installation | Aura Sync lighting | 6-year warranty

Quick Specs

  • Keep your CPU running cool with a 360mm radiator and three integrated ARGB fans delivering 90.78 CFM airflow and 3.82 mmH2O static pressure
  • Enjoy dramatically cleaner builds — a single cable handles both fan power and ARGB lighting across all three fans
  • Experience long-lasting reliability from an upgraded three-phase, six-slot, four-pole pump engineered for up to twice the lifespan and 30% greater efficiency
  • Customise your build's aesthetic with Aura Sync ARGB lighting on both the pump top and integrated fans to complement your TUF Gaming setup
  • Build with confidence backed by a 6-year warranty and broad socket support for Intel LGA 1851/1700/1200 and AMD AM5/AM4 platforms

Serious Cooling, Seriously Clean Build

The ASUS TUF Gaming LC III 360 ARGB White Edition is an all-in-one liquid CPU cooler built for builders who refuse to compromise on performance or presentation. With a 360mm aluminium radiator, three pre-installed integrated 120mm ARGB fans, and an efficient upgraded pump, it keeps even demanding processors at optimal temperatures — all wrapped in a clean white aesthetic that pairs beautifully with TUF Gaming motherboards.

An Upgraded Pump That Goes the Distance

Tired of cooling solutions that lose efficiency over time? The LC III's pump has been redesigned with a three-phase, six-slot, four-pole architecture and a ceramic shaft, delivering up to twice the lifespan of previous generations and improving efficiency by up to 30% — while also running quieter. Combined with pre-applied thermal compound on the copper CPU plate, getting optimal contact and performance from day one has never been more straightforward.

One Cable. Three Fans. Zero Clutter.

The integrated fan design is one of the LC III's most builder-friendly improvements. All three ARGB fans connect through a single cable that carries both power and lighting — reducing cable clutter from six connections down to one. Anti-vibration rubber pads at all four corners of each fan dampen resonance, and the braided pump and ARGB header cables make routing through your chassis clean and flexible.

Aura Sync Lighting That Commands Attention

The pump top features the TUF Gaming logo illuminated with customisable Aura Sync ARGB lighting, letting you dial in the exact colour and effect that defines your build. The three integrated MF-12 fans add matching ARGB illumination across the entire radiator face, creating a cohesive visual statement. Whether your build is all-white or accented with colour, the LC III White Edition is designed to sit centre stage.

Features

  • 360mm aluminium radiator with reinforced 400mm sleeved rubber tubing for enhanced durability and chassis compatibility
  • Three pre-installed integrated TUF GAMING LC III ARGB MF-12 120mm fans — no separate fan mounting required
  • Single-cable connection delivers both PWM/DC fan control and ARGB lighting to all three fans, drastically reducing cable clutter
  • Upgraded three-phase, six-slot, four-pole pump with ceramic shaft — up to twice the lifespan and 30% improved efficiency versus previous generation
  • Aura Sync ARGB lighting on pump top and integrated fans for full ecosystem lighting customisation
  • Anti-vibration rubber pads on all four corners of each fan to reduce resonance noise
  • Pre-applied thermal compound on copper CPU plate for immediate optimal thermal contact
  • Compatible with Intel LGA 1851, LGA 1700, LGA 1200 and AMD AM5, AM4 sockets

Specifications

  • Radiator Size: 360 mm
  • Socket Compatibility:
    • Intel LGA 1851 | Intel LGA 1700 | Intel LGA 1200
    • AMD AM5 | AMD AM4
  • Fan Count: 3
  • Pump Display: RGB
  • Max Noise Level: 37.4db
  • RGB Lighting: Yes
  • Tube Length: 400 mm
  • Colour: White
  • Warranty: 72 months

What's in the Box

  • ASUS TUF Gaming LC III 360 ARGB White Edition CPU Liquid Cooler x1
  • Accessory Pack of Screws and Brackets x1
  • TUF GAMING Sticker x1
  • Quick Start Guide x1

Why ASUS

ASUS has built a reputation for engineering components that perform under pressure and last the distance — the TUF Gaming line embodies that philosophy with military-grade durability standards and rigorous testing. For South African builders investing in a long-term system, the TUF Gaming LC III 360 backs every purchase with a 6-year warranty and the assurance of a globally trusted brand.

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

ASUS ROG Strix SLC IV 360 ARGB LCD Liquid CPU Cooler - Black
ASUS ROG

ASUS ROG Strix SLC IV 360 ARGB LCD Liquid CPU Cooler - Black

R 5 711.48

Out of Stock

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

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

R 3 323.61

Only 5 left - order soon!

ASUS ProArt LC 360 AIO Liquid CPU Cooler
ASUS

ASUS ProArt LC 360 AIO Liquid CPU Cooler

R 5 400.02

In 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!