Corsair NAUTILUS 240 RS ARGB Liquid CPU Cooler - Black | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair NAUTILUS 240 RS ARGB Liquid CPU Cooler - Black

SKU: CW-9060092-WW
R 1 922.03
Available on Backorder

Efficient 240mm liquid cooling | Whisper-quiet Zero RPM performance | Vivid ARGB lighting | Broad socket compatibility | Plug-and-play simplicity

This item is on backorder — new stock is expected around 28 Sep 2026. Order now and we'll ship yours as soon as it arrives.

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

Efficient 240mm liquid cooling | Whisper-quiet Zero RPM performance | Vivid ARGB lighting | Broad socket compatibility | Plug-and-play simplicity

Quick Specs

  • Keep your CPU cool under pressure with an efficient 240mm liquid cooling solution built to unlock its full potential
  • Enjoy plug-and-play simplicity that connects straight into your motherboard, with no extra controllers required
  • Experience near-silent operation thanks to a Zero RPM mode and noise levels as low as 10 dBA
  • Achieve precise thermal control with PWM-regulated RS120 ARGB fans tuned for airflow and static pressure
  • Customise your build with vivid ARGB lighting that syncs to your rig's aesthetic

Cool Performance, Zero Compromise

The Corsair NAUTILUS 240 RS ARGB Liquid CPU Cooler is built for anyone pushing their processor hard, whether you're rendering, gaming, or running demanding workloads day after day. It pairs a 240mm aluminium radiator with a copper cold plate to pull heat away from your CPU efficiently, giving your system the thermal headroom it needs to run at its best. Straightforward installation means it plugs directly into your motherboard, with no additional controllers cluttering your build.

Tired of Coolers That Trade Quiet for Performance?

Many liquid coolers force you to choose between low noise and strong cooling. The NAUTILUS 240 RS ARGB avoids that trade-off with its RS120 ARGB fans, delivering airflow up to 72.8 CFM and static pressure up to 4.15 mm-H2O when your CPU is under load, while dropping to as low as 10 dBA — and into a Zero RPM mode — when demand eases off. Precise PWM control manages this balance automatically, so you get cooling when you need it and near-silence when you don't.

Built to Fit Your Platform

Upgrading or building fresh, compatibility shouldn't be a guessing game. The NAUTILUS 240 RS ARGB supports Intel LGA 1851 and LGA 1700 sockets alongside AMD AM5 and AM4 platforms, making it a dependable choice across current and recent-generation systems. A 400mm tube length gives you the flexibility to route the radiator where it fits best in your case, whether that's up top or at the front.

Lighting That Matches Your Build

Beyond the numbers, the NAUTILUS 240 RS ARGB brings dynamic ARGB lighting to your setup, letting you tie the cooler's look into the rest of your build's aesthetic. It's cooling that performs quietly under load and looks the part while doing it.

Features

  • 240mm aluminium radiator with copper cold plate for efficient heat transfer
  • RS120 ARGB fans deliver airflow up to 72.8 CFM and static pressure up to 4.15 mm-H2O
  • Precise PWM fan speed control with Zero RPM mode for near-silent idle operation
  • Plugs directly into your motherboard — no additional controllers necessary
  • Broad socket compatibility: Intel LGA 1851, Intel LGA 1700, AMD AM5, AMD AM4
  • Dynamic ARGB lighting for full visual customisation
  • 400mm tube length for flexible radiator placement
  • Backed by a 60-month warranty

Specifications

  • Radiator Size: 240 mm
  • Socket Compatibility: Intel® LGA 1851,Intel® LGA 1700,AMD® AM5,AMD® AM4
  • Fan Count: 2 x 120mm
  • Max Noise Level: 36 dB
  • RGB Lighting: Yes
  • Tube Length: 400 mm
  • Colour: Black
  • Warranty: 60 months
  • Product Dimensions: 27.5 x 12.5 x 12.5 cm
  • Product Weight: 1000g

What's in the Box

  • 1 x Corsair NAUTILUS 240 RS ARGB Liquid CPU Cooler - Black

Why Corsair

Corsair has spent decades engineering components that serious builders trust to perform under pressure. The NAUTILUS 240 RS ARGB carries that same commitment into liquid cooling, giving South African PC builders and enthusiasts a dependable way to keep demanding systems cool, quiet, and running at their best.

0.0
0 reviews
Login to Review

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

Related Products

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