FeatureSpecification
ModelAPNX V2 ARGB
Case TypeMid-Tower
Dimensions ( D W H)465 x 230 x 490 mm
Motherboard SupportATX, Micro-ATX, ITX
Included Fans4 x 120mm ARGB PWM Fans (3 Side Intake, 1 Rear Exhaust)
Total Fan SupportUp to 9 x 120mm fans
Radiator SupportTop: Up to 360mm; Side: Up to 360mm; Rear: 120mm
Max G P U LengthReviews
There are no reviews for this product.
Write a review
Your Name
Your ReviewNote: HTML is not translated!Rating
Rating
Bad
Good Captcha Please complete the captcha validation below
Continue
ليه تشتري من تربو ؟🎮 سواء جيمينج – شغل – مونتاج – دراسة هتلاقي الجهاز المناسب عند تربو بأفضل قيمة مقابل السعر.
ضمان معتمد ودعم فني يساعدك
أحدث أجهزة الجيمينج واللاب توب
بنساعدك تختار الجهاز المناسب لاحتياجك
شحن سريع لجميع المحافظات
From Same Category
QuickviewAerocool D509A 6 Fan ARGB with 650w 80plus Bronze Case
EGP4,200.00Ex Tax:EGP4,200.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewAerocool P500C 4 Fan ARGB White Case
EGP3,900.00Ex Tax:EGP3,900.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewAerocool P500C 4 Fan ARGB with 750w 8plus Bronze power supply Black Case
EGP5,700.00Ex Tax:EGP5,700.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewAntec AX1000 Lite 4 Fan ARGB with PSU antec 750W 80plus Bronze Case
EGP5,000.00Ex Tax:EGP5,000.00
Add to Cart
Add to Wish List
Compare this Product
From Same Brand
QuickviewAPNX V1 White Case
EGP5,800.00Ex Tax:EGP5,800.00
Add to Cart
Add to Wish List
Compare this Product // calculate vertical images height
(function () {
const $img = document.querySelector('.direction-vertical .main-image .swiper-slide img');
const $ad = document.querySelector('.direction-vertical .additional-images');
if ($img && $ad) {
$ad.style.height = $img.offsetHeight + 'px';
}
})(); $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
}); $('#button-cart, [data-quick-buy]').on('click', function () {
var $btn = $(this);
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $(
'#product .button-group-page input[type=\'text\'], #product .button-group-page input[type=\'hidden\'], #product .button-group-page input[type=\'radio\']:checked, #product .button-group-page input[type=\'checkbox\']:checked, #product .button-group-page select, #product .button-group-page textarea, ' +
'#product .product-options input[type=\'text\'], #product .product-options input[type=\'hidden\'], #product .product-options input[type=\'radio\']:checked, #product .product-options input[type=\'checkbox\']:checked, #product .product-options select, #product .product-options textarea, ' +
'#product select[name="recurring_id"]'
),
dataType: 'json',
beforeSend: function() {
$('#button-cart').jbutton('loading');
},
complete: function() {
$('#button-cart').jbutton('reset');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
$('.form-group').removeClass('has-error');
$('#product').find('.is-invalid').removeClass('is-invalid');
$('#product').find('.invalid-feedback').removeClass('d-block');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
} else {
element.after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('<div class="text-danger">' + json['error']['recurring'] + '</div>');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
try {
$('html, body').animate({ scrollTop: $('.form-group.has-error').offset().top - $('header').height() - 20 }, 'slow');
} catch (e) {
}
}
if (json['success']) {
if ($('html').hasClass('popup-options')) {
parent.$(".popup-options .popup-close").trigger('click');
}
if (json['notification']) {
parent.show_notification(json['notification']);
} else {
parent.$('#content').parent().before('<div class="alert alert-success alert-dismissible"><i class="fa fa-check-circle"></i> ' + json['success'] + ' <button type="button" class="close" data-dismiss="alert">×</button></div>');
}
parent.$('#cart-total').html(json['total']);
parent.$('#cart-items,.cart-badge').html(json['items_count']);
if (json['items_count']) {
parent.$('#cart-items,.cart-badge').removeClass('count-zero');
parent.$('#cart').addClass('cart-has-items');
} else {
parent.$('#cart-items,.cart-badge').addClass('count-zero');
parent.$('#cart').removeClass('cart-has-items');
}
if (Journal['scrollToTop']) {
parent.$('html, body').animate({ scrollTop: 0 }, 'slow');
}
parent.$('.cart-content ul').load('index.php?route=common/cart/info ul li');
if (window.location.href.indexOf('quick_buy=true') !== -1) {
parent.location.href = Journal['checkoutUrl'];
}
if ($btn.data('quick-buy') !== undefined) {
location = Journal['checkoutUrl'];
}
if (parent.window['_QuickCheckout']) {
parent.window['_QuickCheckout'].save();
}
if (json['redirect']) {
parent.location.href = json['redirect'];
}
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}); $('.date').datetimepicker({
language: 'en-gb',
pickTime: false
});
$('.datetime').datetimepicker({
language: 'en-gb',
pickDate: true,
pickTime: true
});
$('.time').datetimepicker({
language: 'en-gb',
pickDate: false
});
$('button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#form-upload').remove();
$('body').prepend('<form enctype="multipart/form-data" id="form-upload" style="display: none;"><input type="file" name="file" /></form>');
$('#form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('<div class="text-danger">' + json['error'] + '</div>');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
}); $(function () {
$('#review').delegate('.pagination a', 'click', function(e) {
e.preventDefault();
$('#review').fadeOut('slow');
$('#review').load(this.href);
$('#review').fadeIn('slow');
});
$('#review').load('index.php?route=product/product/review&product_id=849');
$('#button-review').on('click', function() {
$.ajax({
url: 'index.php?route=product/product/write&product_id=849',
type: 'post',
dataType: 'json',
data: $("#form-review").serialize(),
beforeSend: function() {
$('#button-review').button('loading');
},
complete: function() {
$('#button-review').button('reset');
},
success: function(json) {
$('.alert-dismissible').remove();
if (json['error']) {
$('#review').after('<div class="alert alert-danger alert-dismissible"><i class="fa fa-exclamation-circle"></i> ' + json['error'] + '</div>');
}
if (json['success']) {
$('#review').after('<div class="alert alert-success alert-dismissible"><i class="fa fa-check-circle"></i> ' + json['success'] + '</div>');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').prop('checked', false);
}
}
});
});
});
$(document).ready(function() {
$('.thumbnails').magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled: true
}
});
});
$(document).ready(function () {
$('.review-links a').on('click', function () {
var $review = $('#review');
if ($review.length) {
$('a[href="#' + $review.closest('.module-item').attr('id') + '"]').trigger('click');
$('a[href="#' + $review.closest('.tab-pane').attr('id') + '"]').trigger('click');
$('a[href="#' + $review.closest('.panel-collapse').attr('id') + '"]').trigger('click');
$review.closest('.expand-block').find('.block-expand.btn').trigger('click');
$([document.documentElement, document.body]).animate({
scrollTop: $review.offset().top - $('header').height() - 20
}, 200);
}
});
$('#read-more-desc').on('click', function () {
var $desc = $('.product-extra-description');
if ($desc.length) {
$('a[href="#' + $desc.closest('.module-item').attr('id') + '"]').trigger('click');
$('a[href="#' + $desc.closest('.tab-pane').attr('id') + '"]').trigger('click');
$('a[href="#' + $desc.closest('.panel-collapse').attr('id') + '"]').trigger('click');
$desc.find('.expand-block').find('.block-expand.btn').trigger('click');
$([document.documentElement, document.body]).animate({
scrollTop: $desc.offset().top - $('header').height() - 20
}, 200);
}
});
}); {"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/turbo-computer.com\/","name":"TURBO Computer","description":"Turbo is one of the largest computer stores and everything related to PCs , laptops and technology, from the beginning of the laptop to its accessories such as mouse, cables, mouse pads, Headphones,..etc.\r\nTurbo Facebook page:- https:\/\/www.facebook.com\/Turbo.eg\/\r\n\u062a\u0631\u0628\u0648 \u0645\u0646 \u0627\u0643\u0628\u0631 \u0645\u062d\u0644\u0627\u062a \u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631 \u0648\u0643\u0644 \u0645\u0627 \u064a\u062e\u0635 \u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631 \u0648\u0627\u0644\u0644\u0627\u0628\u062a\u0648\u0628 \u0648\u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0645\u0646 \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0644\u0627\u0628\u062a\u0648\u0628 \u062d\u062a\u0649 \u0645\u0633\u062a\u0644\u0632\u0645\u0627\u062a\u0647 \u0645\u0646 \u0645\u0627\u0648\u0633 \u0648 \u0648\u0635\u0644\u0627\u062a \u0648\u0644\u0648\u062d\u0627\u062a \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0633\u0645\u0627\u0639\u0627\u062a..\u0627\u0644\u062e ","potentialAction":{"@type":"SearchAction","target":"https:\/\/turbo-computer.com\/index.php?route=product\/search&search={search}","query-input":"required name=search"}} {"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/turbo-computer.com\/","logo":"https:\/\/turbo-computer.com\/image\/cache\/catalog\/LOGO2-370x100.png.webp"} {"@context":"http:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/turbo-computer.com\/index.php?route=common\/home","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/turbo-computer.com\/apnx-v2-4-fans-argb-mid-tower-panoramic-case","name":"APNX V2 4 Fans ARGB Case"}}]} {"@context":"https:\/\/schema.org\/","@type":"Product","name":"APNX V2 4 Fans ARGB Case","image":"https:\/\/turbo-computer.com\/image\/cache\/catalog\/case\/IMG-20260201-WA0012_260504233912-600x600.png.webp","description":"Technical SpecificationsThe APNX V2 is a refined mid-tower chassis that builds on the \"performance-meets-aesthetics\" philosophy of the brand. It features a seamless panoramic view (no pillar at the corner) and comes pre-installed with four high-performance ARGB fans.FeatureSpecificationModelAPNX V2","sku":"","mpn":"","model":"APNX V2","offers":{"@type":"Offer","priceCurrency":"EGP","price":"6900.00","itemCondition":"https:\/\/schema.org\/NewCondition","availability":"https:\/\/schema.org\/InStock","seller":{"@type":"Organization","name":"TURBO Computer"},"priceValidUntil":"2027-07-03","url":"https:\/\/turbo-computer.com\/apnx-v2-4-fans-argb-mid-tower-panoramic-case"},"brand":{"@type":"Brand","name":"APNX"}}
Latest Products
Quickview
New
CHAT ON WHATSAPP
Brand: GIGABYTEGigabyte GeForce RTX 5060 Windforce 2X MAX OC 8GB GDDR7 Graphics Card (GV-N5060WF2MAX-OC-8GD)Gigabyte GeForce RTX 5060 Windforce 2X MAX OC 8GB GDDR7 Graphics CardElevate your mainstream system performance and high-speed multi-display productiv..
from
EGP19,499.00
Ex Tax:EGP19,499.00
Gigabyte GeForce RTX 5060 Windforce 2X MAX OC 8GB GDDR7 Graphics Card (GV-N5060WF2MAX-OC-8GD)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: ASUSASUS Dual GeForce RTX 5060 Ti OC Edition 8GB GDDR7 Graphics Card (DUAL-RTX5060TI-O8G)ASUS Dual GeForce RTX 5060 Ti OC Edition 8GB GDDR7 Graphics CardDeliver exceptional frame rates and AI-accelerated rendering power with the next-gener..
from
EGP23,999.00
Ex Tax:EGP23,999.00
ASUS Dual GeForce RTX 5060 Ti OC Edition 8GB GDDR7 Graphics Card (DUAL-RTX5060TI-O8G)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: ASUSASUS Prime GeForce RTX 5070 OC Edition 12GB GDDR7 Graphics Card (PRIME-RTX5070-O12G)ASUS Prime GeForce RTX 5070 OC Edition 12GB GDDR7 Graphics CardUnleash next-generation gaming performance and AI-accelerated workflows with the ASUS P..
from
EGP40,499.00
Ex Tax:EGP40,499.00
ASUS Prime GeForce RTX 5070 OC Edition 12GB GDDR7 Graphics Card (PRIME-RTX5070-O12G)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: ASUSASUS Dual GeForce RTX 3050 OC Edition 8GB GDDR6 Graphics Card (DUAL-RTX3050-O8G)ASUS Dual GeForce RTX 3050 OC Edition 8GB GDDR6 Graphics CardUnlock exceptional 1080p gaming performance with the ASUS Dual GeForce RTX 3050 OC Editio..
from
EGP14,499.00
Ex Tax:EGP14,499.00
ASUS Dual GeForce RTX 3050 OC Edition 8GB GDDR6 Graphics Card (DUAL-RTX3050-O8G)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: ASUSASUS Dual GeForce RTX 3050 OC Edition 6GB GDDR6 Graphics Card (DUAL-RTX3050-O6G)ASUS Dual GeForce RTX 3050 OC Edition 6GB GDDR6 Graphics CardExperience immersion and ray-traced gaming visuals within an efficient footprint with the..
from
EGP11,599.00
Ex Tax:EGP11,599.00
ASUS Dual GeForce RTX 3050 OC Edition 6GB GDDR6 Graphics Card (DUAL-RTX3050-O6G)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: GIGABYTEGigabyte GeForce RTX 5060 Eagle OC ICE 8GB GDDR6 Graphics Card (GV-N5060EAGLEOC-ICE-8GD)Gigabyte GeForce RTX 5060 Eagle OC ICE 8GB GDDR6 Graphics CardElevate your desktop setup aesthetics and rendering speed with the stunning next-generat..
from
EGP20,299.00
Ex Tax:EGP20,299.00
Gigabyte GeForce RTX 5060 Eagle OC ICE 8GB GDDR6 Graphics Card (GV-N5060EAGLEOC-ICE-8GD)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: ZOTACZOTAC GAMING GeForce RTX 5060 Ti 8GB Twin Edge Graphics CardZOTAC GAMING GeForce RTX 5060 Ti 8GB Twin Edge Graphics CardMaximize your desktop layout's potential with the next-generation ZOTAC GAMING GeForce RTX..
from
EGP23,499.00
Ex Tax:EGP23,499.00
ZOTAC GAMING GeForce RTX 5060 Ti 8GB Twin Edge Graphics Card
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Quickview
New
CHAT ON WHATSAPP
Brand: ASUSASUS Prime GeForce RTX 5060 OC Edition 8GB GDDR6 Graphics Card (PRIME-RTX5060-O8G)ASUS Prime GeForce RTX 5060 OC Edition 8GB GDDR6 Graphics CardStep into the next generation of gaming fluidity and AI-accelerated workflows with the A..
from
EGP20,899.00
Ex Tax:EGP20,899.00
ASUS Prime GeForce RTX 5060 OC Edition 8GB GDDR6 Graphics Card (PRIME-RTX5060-O8G)
Add to Cart
Add to Wish List
Compare this Product
Buy Now
Question?
Fast Shippingتوصيل سريع وآمن لجميع المحافظات خلال 2-5 ايام
Secure Shoppingدفع آمن 100% وحماية كاملة لبياناتك ومشترياتك
Easy Returnاستبدال واسترجاع بسهولة طبقًا لسياسة الضمان المعتمدة
24h Serviceدعم فني وخدمة عملاء جاهزين للرد على استفساراتك طوال اليوم
Recently Viewed
Most Viewed
QuickviewAPNX V2 4 Fans ARGB Case
EGP6,900.00Ex Tax:EGP6,900.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewASUS A31 PLUS ARGB Mid Tower Case Black
EGP5,000.00Ex Tax:EGP5,000.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewGamdias AURA GC2 ELITE ARGB 4Fan With 750w Power Supply CASE
EGP3,700.00Ex Tax:EGP3,700.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewGigabyte C301 GLASS WHITE V2 Gaming PC Mid Tower Case
EGP4,000.00Ex Tax:EGP4,000.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewOcypus Gamma C50 White 4 Fan with 650w 80plus white power supply
EGP3,500.00Ex Tax:EGP3,500.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewJertech W500 wireless/bluetooth rechargeable and silent mouse
EGP550.00Ex Tax:EGP550.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewSamsung Odyssey G5 LS32CG552EMXEG 32" - VA CURVED- 1MS - WQHD - 165Hz LED Monitor
EGP10,200.00Ex Tax:EGP10,200.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewWD Blue 1TB 3.5" PC Desktop Internal Hard Drive 5400 RPM SATA 6Gb/s 64MB Cache (WD10EARZ)
EGP3,999.00Ex Tax:EGP3,999.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewLaptop LENOVO LOQ 15IRX10 Core i7-14700HX , 24GB RAM , 512G SSD M.2 NVMe , RTX 5060 8GB , 15.6" FHD IPS 144Hz 2-years warranty
EGP74,000.00Ex Tax:EGP74,000.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewLaptop LENOVO Legion 5 15IRX10 83LY00DRED Intel Core i7-14700HX , 32GB RAM , 1TB SSD M.2 NVMe , RTX 5060 8GB , 15.1" WQXGA OLED 165Hz 2 years warranty
EGP86,500.00Ex Tax:EGP86,500.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewRedragon cobra M711 Gaming Mouse
EGP900.00Ex Tax:EGP900.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewLaptop ASUS ROG ZEPHYRUS G16 GU603Vi INTEL CORE I7-13620H , 16GB RAM ,512GB SSD M.2 NVMe , RTX 4070 8GB , 16" WUXGA 165Hz
EGP76,000.00Ex Tax:EGP76,000.00
Add to Cart
Add to Wish List
Compare this Product
QuickviewLogitech G102 RGB Gaming Mouse
EGP1,000.00Ex Tax:EGP1,000.00
Add to Cart
Add to Wish List
Compare this Product
Facebook
Instagram
TikTok
About Us
About Us
Blog
FAQ
Privacy Policy
Terms & Conditions
My Account
Login
Order History
Affiliates
Newsletter
Gift Certificate
Returns
Customer Service
Contact Us
Store Locations
Our Brands
Site Map
Delivery Information
Unlimited Links
NewsletterStay up to date with news and promotions by signing up for our newsletter
Enter email
Accept
I have read and agree to the Privacy Policy
Copyright © 2026, TURBO Store, All Rights Reserved