Geil Gemini TUF RGB 32GB KIT(2X16GB) 6000MHz DDR5 Desktop Gaming Memory - Grey - GeIL | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
GeIL

Geil Gemini TUF RGB 32GB KIT(2X16GB) 6000MHz DDR5 Desktop Gaming Memory - Grey

SKU: GAMST532GB6000C38BDC
R 7 889.00
Out of Stock

Gemini RGB TUF Gaming Alliance AMD Edition memory is your ultimate ally in gaming battles-delivering unmatched performance, superior quality, and unwavering stability. With its mech-inspired design, it only stands out with a cool appearance, but also excels in cooling performance. Designed for...

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

Frequently Bought Together

Gemini RGB TUF Gaming Alliance AMD Edition memory is your ultimate ally in gaming battles-delivering unmatched performance, superior quality, and unwavering stability. With its mech-inspired design, it only stands out with a cool appearance, but also excels in cooling performance.

Designed for gamers of all levels, Gemini RGB TUF Gaming Alliance AMD Edition series provides lightning-fast speeds of up to 6000MT/s for AMD along with capacities from 16GB to up to 64GB.

Equipped with a PMIC power management chip for precise voltage regulation, Gemini RGB TUF Gaming Alliance AMD Edition series significantly enhances power stability and efficiency. Additionally, ON-Die ECC Technology ensures system reliability and prevents data loss.

With a 120° wide-angle light bar design, Gemini RGB TUF Gaming Alliance AMD Edition series supports the full RGB colour spectrum, creating stunning and dynamic lighting effects that infuse the gaming space with a sci-fi atmosphere. Perfectly compatible with Asus Aura Sync, it allows for easy creation of a personalised visual experience.

Gemini RGB TUF Gaming Alliance AMD Edition series features one-click overclocking support for both Intel® XMP 3.0 and AMD EXPO™, making speed boosts effortless. Its QVL certification from the world's leading motherboard manufacturers ensures broad compatibility and stable performance.

FEATURES:

  • Designed for TUF-inspired setups
  • Speed up to 6000 MT/s; Capacities up to 64GB
  • PMIC on the DIMM for efficient power management
  • On-die ECC for improved data integrity and system stability
  • 120° wide-angle lighting effects
  •  Supports both Intel and AMD platforms with excellent performance

SPECIFICATIONS:

  • Form Factor: Long DIMM
  • DDR Generation:DDR5
  • Package: Single pack/ Dual pack
  • Frequency: 4800 / 5200(JEDEC/O.C.) / 5600(JEDEC/O.C.) / 6000 (O.C.) (MT/S)
  • Kit Capacity: 32GB
  • Module Capacity: 16GB
  • CAS Latency: CL 30~46
  • Operating Voltage: 1.10V ~ 1.35V
  • Dimensions: 13.9 x 4.51 x 0.74 cm
  • Additional Technology: Intel® XMP 3.0 (O.C.) / AMD Expo™ (O.C.)
  • Working Temperature: 0°C - 70°C
  • Warranty: Geil limited lifetime warranty

WHAT'S IN THE BOX:

  • Geil Gemini TUF RGB 32GB KIT(2X16GB) 6000MHz DDR5 Desktop Gaming Memory - Space Grey x1
Brand GeIL
Colour Space Gray
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty Limited Lifetime
0.0
0 reviews
Login to Review

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

Related Products

Crucial Pro DDR5-6000 64GB Overclocking Memory Kit - Black
Crucial

Crucial Pro DDR5-6000 64GB Overclocking Memory Kit - Black

R 15 999.00

Out of Stock

Crucial Pro 64GB Kit 3200MHz DDR4 Desktop Memory
Crucial

Crucial Pro 64GB Kit 3200MHz DDR4 Desktop Memory

R 10 799.00

In Stock

Crucial Pro Overclocking 16GB 6000Mhz DDR5 Desktop Memory White
Crucial

Crucial Pro Overclocking 16GB 6000Mhz DDR5 Desktop Memory White

R 4 299.00

Out of Stock

Hiksemi Hiker 32GB DDR4 3200MHz Desktop Memory
HIKSEMI

Hiksemi Hiker 32GB DDR4 3200MHz Desktop Memory

R 7 169.00

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!