Ürün Açıklaması

<!--#aio-root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #141827; background: #f3f5fb; padding: 24px 16px; box-sizing: border-box; } #aio-root * { box-sizing: border-box; } #aio-wrap { max-width: 1180px; margin: 0 auto; background: #ffffff; border-radius: 18px; box-shadow: 0 18px 45px rgba(16, 24, 40, 0.12); overflow: hidden; border: 1px solid rgba(148, 163, 184, 0.3); } /* ÜST BANNER */ .aio-hero { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr); gap: 32px; padding: 28px 32px 24px; background: radial-gradient(circle at 0% 0%, #c7d2fe 0, #312e81 18%, #020617 55%, #020617 100%); position: relative; overflow: hidden; } .aio-hero::before { content: "; position: absolute; inset: -40%; background: radial-gradient(circle at 15% 10%, rgba(129, 140, 248, 0.25), transparent 55%), radial-gradient(circle at 85% 80%, rgba(244, 114, 182, 0.18), transparent 55%); opacity: 0.9; pointer-events: none; } .aio-hero-left, .aio-hero-right { position: relative; z-index: 2; } .aio-logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .aio-logo { height: 32px; max-width: 160px; object-fit: contain; } .aio-logo-placeholder { width: 120px; height: 32px; border-radius: 999px; border: 1px dashed rgba(226, 232, 240, 0.8); display: flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: #e5e7eb; } .aio-pill { padding: 3px 10px; border-radius: 999px; border: 1px solid rgba(199, 210, 254, 0.9); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #e5e7eb; background: rgba(15, 23, 42, 0.45); backdrop-filter: blur(12px); display: inline-flex; align-items: center; gap: 6px; } .aio-pill-dot { width: 8px; height: 8px; border-radius: 999px; background: radial-gradient(circle at 30% 20%, #f9fafb 0, #a5b4fc 55%, #4f46e5 100%); box-shadow: 0 0 12px rgba(129, 140, 248, 0.9); } .aio-title { font-size: 22px; line-height: 1.25; color: #f9fafb; margin: 8px 0 6px; font-weight: 700; } .aio-sub { font-size: 13px; line-height: 1.5; color: #e5e7eb; max-width: 520px; opacity: 0.95; } .aio-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px; } .aio-chip { font-size: 11px; line-height: 1.3; padding: 6px 10px; border-radius: 999px; background: radial-gradient(circle at 0 0, rgba(129, 140, 248, 0.35), rgba(15, 23, 42, 0.96)); color: #e5e7eb; border: 1px solid rgba(165, 180, 252, 0.7); white-space: nowrap; } .aio-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 640px; } .aio-highlight { position: relative; background: rgba(15, 23, 42, 0.72); border-radius: 12px; padding: 8px 10px; border: 1px solid rgba(148, 163, 184, 0.45); overflow: hidden; } .aio-highlight::before { content: "; position: absolute; inset: -40%; background: radial-gradient(circle at 0 0, rgba(96, 165, 250, 0.4), transparent 55%); opacity: 0; transition: opacity .4s ease; } .aio-highlight:hover::before { opacity: 1; } .aio-highlight-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #a5b4fc; margin-bottom: 2px; } .aio-highlight-value { font-size: 12px; color: #e5e7eb; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } /* Sağ taraf – ürün görseli / kart */ .aio-hero-right { display: flex; align-items: center; justify-content: center; } .aio-product-card { position: relative; width: 100%; max-width: 340px; border-radius: 22px; padding: 14px 14px 18px; background: radial-gradient(circle at 10% 0%, rgba(129, 140, 248, 0.6), rgba(15, 23, 42, 0.98)); border: 1px solid rgba(148, 163, 184, 0.6); box-shadow: 0 22px 55px rgba(15, 23, 42, 0.9); overflow: hidden; transform: translateY(0); animation: aio-float 7s ease-in-out infinite; display: flex; flex-direction: column; gap: 10px; } .aio-product-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(248, 250, 252, 0.16), transparent 55%), radial-gradient(circle at 80% 90%, rgba(251, 113, 133, 0.15), transparent 60%); mix-blend-mode: screen; opacity: 0.9; pointer-events: none; }.aio-product-img-wrap { position: relative; width: 150px; /* 250 → 200 */ height: 150px; /* 250 → 200 */ margin: 6px auto 0; /* hafif yukarıdan boşluk, ortalı dursun */ border-radius: 18px; background: radial-gradient(circle at 50% 0%, #0f172a 0, #020617 52%, #020617 100%); border: 1px solid rgba(31, 41, 55, 0.8); display: flex; align-items: center; justify-content: center; overflow: hidden; isolation: isolate; z-index: 1;} .aio-product-img-wrap img { width: 100%; height: 100%; object-fit: contain; } .aio-product-tag-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; gap: 8px; position: relative; z-index: 1; } .aio-product-tag-col { display: flex; flex-direction: column; gap: 3px; } .aio-product-tagline { font-size: 10px; text-transform: uppercase; letter-spacing: 0.11em; color: #a5b4fc; } .aio-product-name { font-size: 12px; color: #e5e7eb; font-weight: 600; } .aio-badge-perf { font-size: 11px; padding: 4px 9px; border-radius: 999px; background: radial-gradient(circle at 0% 0%, #22c55e 0, #16a34a 45%, #166534 100%); color: #ecfdf3; font-weight: 600; white-space: nowrap; box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.7), 0 12px 28px rgba(21, 128, 61, 0.9); } .aio-meta-row { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; gap: 8px; position: relative; z-index: 1; } .aio-meta { font-size: 10px; color: #cbd5f5; opacity: 0.9; } .aio-meta span { font-weight: 600; color: #e5e7eb; } .aio-meta-dot { display: inline-block; width: 4px; height: 4px; border-radius: 999px; background: #a5b4fc; margin: 0 5px; } .aio-hero-cta { font-size: 11px; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(129, 140, 248, 0.9); color: #e5e7eb; background: rgba(15, 23, 42, 0.55); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; } .aio-hero-cta-dot { width: 10px; height: 10px; border-radius: 999px; border: 1px solid rgba(129, 230, 217, 0.9); box-shadow: 0 0 10px rgba(45, 212, 191, 0.9); background: radial-gradient(circle at 30% 20%, #ecfeff 0, #22c55e 50%, #0f766e 100%); } @keyframes aio-float { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-6px) rotate(-0.3deg); } 100% { transform: translateY(0) rotate(0deg); } } /* ALT GÖVDE */ .aio-body { padding: 20px 24px 24px; background: #f8fafc; } .aio-body-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr); gap: 20px; } /* Sol – içerik */ .aio-section { background: #ffffff; border-radius: 16px; padding: 14px 16px; border: 1px solid rgba(203, 213, 225, 0.9); margin-bottom: 12px; } .aio-section:last-child { margin-bottom: 0; } .aio-section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; } .aio-section-title { font-size: 14px; font-weight: 700; color: #0f172a; display: flex; align-items: center; gap: 6px; } .aio-section-title::before { content: "; width: 5px; height: 18px; border-radius: 999px; background: linear-gradient(180deg, #4f46e5, #22c55e); box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.3); } .aio-section-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; background: #f1f5f9; padding: 3px 8px; border-radius: 999px; } .aio-section p { font-size: 12px; line-height: 1.55; color: #4b5563; margin: 4px 0 0; } .aio-bullets { margin-top: 6px; display: grid; gap: 2px; } .aio-bullets li { font-size: 12px; color: #374151; list-style: none; padding-left: 14px; position: relative; } .aio-bullets li::before { content: "; position: absolute; left: 3px; top: 7px; width: 5px; height: 5px; border-radius: 999px; background: linear-gradient(135deg, #4f46e5, #22c55e); } /* Sağ – teknik tablo / özet */ .aio-spec-card { background: #ffffff; border-radius: 16px; padding: 14px 16px; border: 1px solid rgba(203, 213, 225, 0.9); margin-bottom: 12px; } .aio-spec-title { font-size: 13px; font-weight: 700; color: #0f172a; margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 8px; } .aio-spec-title span { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.09em; color: #64748b; background: #f1f5f9; padding: 2px 7px; border-radius: 999px; } .aio-spec-table { width: 100%; border-collapse: collapse; font-size: 11px; } .aio-spec-table tr:nth-child(even) { background: #f9fafb; } .aio-spec-table tr:nth-child(odd) { background: #ffffff; } .aio-spec-table th, .aio-spec-table td { padding: 5px 6px; vertical-align: top; } .aio-spec-table th { width: 40%; font-weight: 600; color: #111827; text-align: left; white-space: nowrap; } .aio-spec-table td { color: #374151; } .aio-spec-note { margin-top: 8px; font-size: 10px; color: #6b7280; line-height: 1.4; } .aio-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .aio-mini-card { background: #f9fafb; border-radius: 12px; padding: 8px 10px; border: 1px solid rgba(226, 232, 240, 0.9); } .aio-mini-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; margin-bottom: 2px; } .aio-mini-value { font-size: 12px; color: #111827; font-weight: 600; } .aio-mini-sub { font-size: 11px; color: #6b7280; margin-top: 1px; } .aio-footnote { margin-top: 12px; font-size: 10px; color: #6b7280; text-align: right; } @media (max-width: 900px) { .aio-hero { grid-template-columns: minmax(0, 1fr); padding: 22px 18px 18px; } .aio-hero-right { order: -1; } .aio-body { padding: 16px 14px 18px; } .aio-body-grid { grid-template-columns: minmax(0, 1fr); } .aio-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 600px) { #aio-root { padding: 12px 8px; } .aio-hero { gap: 18px; } .aio-title { font-size: 18px; } .aio-chip-row { gap: 6px; } .aio-highlights { grid-template-columns: minmax(0, 1fr); } }-->

Turbox

ALL IN ONE SERİSİ

Turbox TAx1720 i5 13400 16GB DDR5 256GB NVMe 23.8 inç FHD Pivot WiFi BT Webcam Win11 Uyumlu AIO PC

Ofis, eğitim ve hafif tasarım kullanımına uygun; şık, kablo karmaşasını azaltan ve yer tasarrufu sağlayan hepsi bir arada bilgisayar çözümü.

Intel® Core™ i5 13400 23.8 inç FHD 1920x1080 16GB DDR5 256GB Var Freedos

Performans

Çoklu görevler için ideal işlemci gücü

Görüntü

Geniş izleme açılarına sahip VA panel

Tasarım

İnce çerçeveli, modern AIO form faktörü

All in One Bilgisayar

All in One Bilgisayar

23.8 inç FHD 1920x1080 • Intel® Core™ i5 13400 • 256GB

Ofis & Eğitim İçin Dengeli Performans

Yüksek Hızlı SSD Depolama

Kablo karmaşasını azaltan AIO tasarım

Öne Çıkan Özellikler

Genel Bakış

Bu All in One bilgisayar; masaüstü performansını, monitör ile tek gövdede birleştirerek hem yer tasarrufu sağlar hem de çalışma alanlarının daha düzenli görünmesine katkıda bulunur.

  • Günlük ofis, eğitim ve uzaktan çalışma senaryoları için optimize edilmiş donanım bileşenleri.
  • Üst düzey görüntü kalitesi sunan geniş ekran, ince çerçeve tasarımı.
  • Kasaya entegre donanım yapısı ile minimum kablo, maksimum sadelik.
  • Wi-Fi ve Bluetooth desteği sayesinde kablosuz bağlantı özgürlüğü.

Performans & Depolama

İşlemci & Disk

Intel® Core™ işlemci ailesi ile ofis programları, tarayıcı sekmeleri, görüntülü görüşmeler ve temel tasarım uygulamalarında akıcı bir deneyim hedeflenir.

  • Çok çekirdekli mimari sayesinde aynı anda birden fazla uygulamada rahat kullanım.
  • SSD depolama ile hızlı açılış süreleri ve dosya transferi imkânı.
  • Yüksek kapasiteli RAM seçenekleri ile ölçeklenebilir performans.
  • Ofis ve eğitim ortamlarında sessiz, verimli çalışma odaklı yapı.

Ekran & Bağlantılar

Görüntü & I/O

Geniş ekran formatı, ofis dokümanları, tablolar ve eğitim içeriklerini aynı anda daha rahat görüntüleyebilmeniz için tasarlanmıştır. Çoklu bağlantı seçenekleri ile çevre birimleriniz kolayca entegre edilir.

  • FHD net ve canlı görüntü deneyimi.
  • USB, HDMI, ses giriş/çıkış ve ağ bağlantı portları ile geniş bağlantı seçenekleri.
  • Kablosuz klavye & mouse setleri ile tam masaüstü çözümleri.
  • Kamera ve mikrofon ile görüntülü görüşmelere hazır yapı (model durumuna göre değişebilir).

Teknik Özellikler Ürün Bilgileri

Ürün KoduATM00016898
Ürün AdıTurbox TAx1720 i5 13400 16GB DDR5 256GB NVMe 23.8 inç FHD Pivot WiFi BT Webcam Win11 Uyumlu AIO PC
İşlemciIntel® Core™ i5 13400
İşlemci ÖzellikleriIntel Core i5 12300 2.5GHz 20MB Önbellek 10 Çekirdek Soket 1700 10nm İşlemci
AnakartH610 ITX Anakart
Bellek16GB
Bellek TipiDDR5
Depolama Kapasitesi256GB
Ekran Boyutu23.8 inç FHD
Ekran Çözünürlüğü1920x1080
Ekran PaneliVA
Grafik ÇözümüIntel ® HD Graphics
Bağlantılar / USBVar
Kablosuz BağlantıVar
İşletim SistemiFreedos
Ürün Boyutu62x54x32cm
2.5 inç SSD DesteğiVar
2280 M.2 NVMe SSD DesteğiVar
Dahili Optik SürücüYok
Parlaklık (nits)250cd/m2
Kontrast Oranı50000:1
Dokunmatik EkranYok
BluetoothVar
VESAYok
WebcamVar
Monitör Stand Tipi90° Derece Pivot
Monitör Açısı178° Derece Görüş Açısı
Tepkime / Yenileme Hızı5ms / 75Hz
Çözünürlük StandardıFull HD (FHD)
Klavye MouseKablosuz Set Klavye Mouse
Soğutma YöntemiDahili Fan ve ısı borulu işlemci soğutucusu
Ağırlık (Kg)5-6 Kg
Dahili Güç Kaynağı (Watt)120W
Ürün TipiAll-in-one PC - Hepsi bir arada bilgisayar
NotAll-in-one PC modellerinde ekranda koruyucu jelatin bulunabilir. Bazı modellerde bu jelatin üzerinde bilgilendirici işaretler yer alırken, bazı modellerde işaretsiz olduğu için koruyucu jelatin ilk bakışta fark edilmeyebilir.
Tepkime Hızı / Yenileme Hızı5Ms / 75Hz

* Teknik özellikler, satın alacağınız Turbox TAx1720 i5 13400 16GB DDR5 256GB NVMe 23.8 inç FHD Pivot WiFi BT Webcam Win11 Uyumlu AIO PC modelinin varyasyonuna ve stok konfigürasyonuna göre değişiklik gösterebilir. En doğru bilgi için ürün başlığı ve açıklama alanını dikkate alınız.

Kullanım Senaryoları

Ofis, Eğitim, Uzaktan Çalışma

Word, Excel, e-posta, tarayıcı ve temel tasarım uygulamaları için dengeli yapı.

Avantajlar

Tek Gövde, Az Kablo

Masaüstünde daha az karmaşa, daha fazla çalışma alanı ve modern görünüm.

Ürün görselleri, işletim sistemi ve ekipmanlar (klavye/mouse vb.) model ve paket içeriğine göre farklılık gösterebilir.

ConnectProf © tarafından yayınlanmıştır.

Ürün Özellikleri