www.thermaltake.com Open in urlscan Pro
151.106.35.15  Public Scan

Submitted URL: http://bit.ly/3Ss6bLj
Effective URL: https://www.thermaltake.com/pacific-c-pro-g1-4-petg-tube-16mm-od-compression-black.html
Submission: On August 16 via api from FI — Scanned from FI

Form analysis 4 forms found in the DOM

GET https://www.thermaltake.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.thermaltake.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.thermaltake.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.thermaltake.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudGhlcm1hbHRha2UuY29tL3BhY2lmaWMtYy1wcm8tZzEtNC1wZXRnLXR1YmUtMTZtbS1vZC1jb21wcmVzc2lvbi1ibGFjay5odG1s/product/1020/

<form data-product-sku="CL-W214-CU00BL-A" action="https://www.thermaltake.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudGhlcm1hbHRha2UuY29tL3BhY2lmaWMtYy1wcm8tZzEtNC1wZXRnLXR1YmUtMTZtbS1vZC1jb21wcmVzc2lvbi1ibGFjay5odG1s/product/1020/" method="post"
  id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="1020">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="1020">
  <input name="form_key" type="hidden" value="tofWEKQI8Y2Pr8wQ">
  <div class="box-tocart">
    <div class="fieldset">
      <div class="field qty">
        <label class="label" for="qty"><span>Qty</span></label>
        <div class="control control-qty-cart">
          <input type="number" name="qty" id="qty" maxlength="12" value="1" title="Qty" class="qty-default input-text qty"
            data-validate="{&quot;required-number&quot;:true,&quot;validate-item-quantity&quot;:{&quot;minAllowed&quot;:1,&quot;maxAllowed&quot;:10000}}">
          <div class="control-qty">
            <span class="quantity-controls quantity-plus"></span>
            <span class="quantity-controls quantity-minus"></span>
            <script type="text/javascript">
              require(['jquery'], function($) {
                $('.quantity-plus').click(function() {
                  $('.qty-default').val(Number($('.qty-default').val()) + 1);
                });
                $('.quantity-minus').click(function() {
                  var value = Number($('.qty-default').val()) - 1;
                  if (value > 0) {
                    $('.qty-default').val(value);
                  }
                });
              });
            </script>
          </div>
        </div>
      </div>
      <div class="actions">
        <button type="submit" title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
          <span>Add to Cart</span>
        </button>
        <div id="instant-purchase" data-bind="scope:'instant-purchase'">
          <!-- ko template: getTemplate() -->
          <!-- ko if: showButton() --><!-- /ko -->
          <!-- /ko -->
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.thermaltake.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.thermaltake.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-password':true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="primary">
      <button type="submit" class="action action-login secondary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
    <div class="secondary">
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.thermaltake.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
    </div>
    <div class="sociallogin-or">
      <span data-bind="i18: 'OR'"></span>
    </div>
    <div data-bind="html: socialloginButtons">
      <div class="sociallogin-wrapper block-customer-login login-container">
        <div class="block sociallogin-block">
          <div class="sociallogin-block-title block-title">
            <strong role="heading" aria-level="2">Login With Social Profile</strong>
          </div>
          <div class="sociallogin-padding">
            <div class="sociallogin-box">
              <a class="sociallogin-button" rel="nofollow" href="javascript:void(0);" data-href="https://www.facebook.com/dialog/oauth/?client_id=496228341003141&amp;display=popup&amp;redirect_uri=https://www.thermaltake.com/sociallogin/account/login/type/fb/&amp;scope=email">
                            <span class="sociallogin-icon sl-fb"></span>

                        </a>
            </div>
            <div class="sociallogin-box">
              <a class="sociallogin-button" rel="nofollow" href="javascript:void(0);" data-href="https://accounts.google.com/o/oauth2/v2/auth?scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid&amp;access_type=offline&amp;include_granted_scopes=true&amp;state=state_parameter_passthrough_value&amp;client_id=969139020062-2b26rtmpa7s71pq1qbhd26sf91a47msf.apps.googleusercontent.com&amp;redirect_uri=https://www.thermaltake.com/sociallogin/account/login/type/google/&amp;response_type=code">
                            <span class="sociallogin-icon sl-google"></span>

                        </a>
            </div>
          </div>
        </div>
      </div>
      <script>
        if (window.socialloginButtons) {
          window.emailFormUrl = "https://www.thermaltake.com/sociallogin/account/email/";
          require(['sociallogin'], function() {
            sl.socialLoginClick();
            sl.sendEmailClick();
            sl.emailPopUp();
          });
        }
      </script>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Currency
USD
 * EUR - Euro
 * TWD - New Taiwan Dollar

Language
Global
 * India
 * Japan
 * Korea
 * Thailand


Skip to Content
   
 * 
   Products
    * 
      Chassis
    * 
      Memory
    * 
      Fans
    * 
      Power Supply
    * 
      AIO Liquid Cooling
    * 
      Custom Liquid Cooling
    * 
      Air Cooling
    * 
      Keyboards
    * 
      Mice
    * 
      Gaming Chairs
    * 
      Notebook Cooling
    * 
      Mouse Pads
    * 
      Headsets
    * Gaming Desks
    * Software
    * Gaming PC
    * Controllers
    * Backpack

 * 
   Support
    * Downloads
    * Warranty Policy
    * eRMA Service
    * Technical Support

 * 
   Community
    * Join TT MOD
    * Lighting Mix Invitation
    * CaseMOD Invitation
    * Forums
    * Press Release
    * Marketing Materials
    * 3D Maker
    * THERMALTAKE ESPORTS LEAGUE
    * STREAMERS
    * TEAM THERMALTAKE
    * Join Thermaltake's Facebook Group

 * TT Premium
 * TteSPORTS
 * LCGS

Categories
 * Products
   * Chassis
     * Super Tower and Full Tower Chassis
     * Open Frame Chassis
     * Middle Tower Chassis
     * Cube Chassis
     * Mini and Micro Chassis
     * Accessories
     open
   * Memory
     * Liquid Cooling Memory
     * RGB Memory
     * Mainstream Memory
     * Accessory And Upgrade Kit
     open
   * Fans
     * TT RGB PLUS Software Control Fan
     * M/B Sync Control Fan
     * High Static Pressure Fans
     * Standard Fans / Accessory & Upgrade Kit
     open
   * Power Supply
     * Software Control and Monitoring PSU
     * Premium Performance & RGB effect PSU
     * Popular & reliable PSU
     * Accessories
     open
   * AIO Liquid Cooling
     * Triple Fan Radiator
     * Dual Fan Radiator
     * Single Fan Radiator
     open
   * Custom Liquid Cooling
     * Water Blocks
     * Radiators
     * Pumps / Reservoir
     * Fittings
     * Coolant
     * Distro Plate & Pump Kit
     * liquid cooling Kits
     * Tubing & Accessories
     open
   * Air Cooling
     * RGB Air Cooling
     * Performance Air Cooling
     * Low-Profile Air Cooling
     * Accessory And Upgrade Kit
     open
   * Keyboards
     * Wired Keyboards
     * Wireless Keyboards
     * Accessories
     open
   * Mice
     * Wired Mice
     * Wireless Mice
     * Licensed Mice
     * Mice Accessories
     open
   * Gaming Chairs
     * Standard Gaming Chairs
     * Real Leather Gaming Chairs
     * Air Gaming Chairs
     open
   * Notebook Cooling
     * RGB Notebook Cooling
     * Dual Cooling Fans Notebook Cooling
     * Single Cooling Fan Notebook Cooling
     * Effective cooling Notebook Cooling
     open
   * Mouse Pads
     * Cloth Surface Mouse Pads
     * RGB Mouse Pads
     * Hard Surface Mouse Pads
     * Wireless Charging Mouse Pads
     open
   * Headsets
     * Wired Headset
     * Earphones
     * Accessories
     open
   * Gaming Desks
   * Software
   * Gaming PC
   * Controllers
   * Backpack
   open
 * Support
   * Downloads
   * Warranty Policy
   * eRMA Service
   * Technical Support
   open
 * Community
   * Join TT MOD
   * Lighting Mix Invitation
   * CaseMOD Invitation
   * Forums
   * Press Release
   * Marketing Materials
   * 3D Maker
   * THERMALTAKE ESPORTS LEAGUE
   * STREAMERS
   * TEAM THERMALTAKE
   * Join Thermaltake's Facebook Group
   open
 * TT Premium
 * TteSPORTS
 * LCGS

Search
Search
Advanced Search
Search
My Cart
Cart Subtotal

0 0 item
My Cart
Close You have no items in your shopping cart.

 * Member

Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black
 * Home
 * Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black




Skip to the end of the images gallery
Skip to the beginning of the images gallery
Click to expand




PACIFIC C-PRO G1/4 PETG TUBE 16MM OD COMPRESSION – BLACK

In stock
P/N
CL-W214-CU00BL-A
USD$9.99
BlackBlueChromeGreenRedWhite
Qty

Add to Cart









 * Design
 * Specification

Thermaltake Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black

The Pacific C-Pro Series is a revolution in fitment design. It simplifies the
process of setting up a liquid-cooling loop and provides a seal that outperforms
traditional compression fittings. By using 4 preinstalled O-rings and an
overhauled design, the C-Pro Series is the new standard in fitment technology
and it is exclusive to Thermaltake.


TT Premium

To continue achieving the corporate mission of delivering the perfect user
experience, Thermaltake developed “TT Premium” with the essence of combining
supreme quality products with a new logo design. TT Premium is far more than
just a guarantee of quality. Behind the name, it represents the passion in DIY,
Modding and Thermaltake’s desire to be the most innovative brand in the PC
hardware market. To satisfy the demand of the high-end PC users, TT Premium
follows its core values of Excellent Quality, Unique Design, Diverse
Combinations and Boundless Creativity to provide a high performance PC product
for every enthusiast.


Tt LCS Certified

Tt LCS Certified is a Thermaltake exclusive certification applied to only
products that pass the design and hardcore enthusiasts’ standards that a true
LCS chassis should be held to. The Tt LCS certification was created so that we
at Thermaltake can designate to all power users which chassis have been tested
to be best compatible with extreme liquid cooling configurations to ensure you
get the best performance from the best features and fitment.


High-Flow and Leak-Free Structure

The C-Pro Series compression fittings are custom made for simplify the
installation of PETG tubing. They are designed to work in tight spaces without
compromising the compression seal or impacting the flow of coolant. The C-Pro
range also features four rubber O-rings instead of the traditional two, this
creates a more secure seal and more reliable performance.

For tubes:
- Outer diameter: 16mm


Exclusively Designed Open-End Wrench

The wrench with double-ended design is specially crafted for Thermaltake Pacific
Series fittings. The smaller end is used to grip the C-Pro Series compression
fittings, providing an easier and faster way to turn the fitting.

*This single fitting pack does not include the open-end wrench.


Easy Installation, Game-Changing Design

By rethinking the traditional compression fitting design, this new concept makes
it easier than ever to install custom liquid-cooling loops.

Taiwan Patent: 106202166
US Patent Applied
China Patent Applied


Remarkable Expansion

Thermaltake offers a full line of Pacific Series components for enthusiasts to
build up aesthetically-superior water cooling systems by incorporating
externally-modular upgrades for their chassis.


Thermaltake Pacific C-Pro PETG Fittings Installation Guide

Step 1. Slide the compression nut over the tube
Step 2. Install the o-ring
Step 3. Install the packing
Step 4. Install the fitting base on your components
Step 5. Tighten the compression nut











Caution: The O-ring and the packing with a groove on the inside diameter must
always be installed towards the top of the compression nut.




CAUTIONS

Thermaltake recommends the following steps to be taken before using the Pacific
series radiators and water blocks


 * To ensure a clean loop, flush and rinse your radiators and water blocks with
   distilled water prior to use.
 * Do not use tap water or distilled water as your coolant, it may harm your
   loop and reduce performance.
 * It is strongly recommended to use market proven pre-mix coolant, such as
   Thermaltake Coolant 1000. It offers great performance while protecting the
   entire liquid loop from corrosion.
 * Before storing your water cooling components, please clean, rinse and dry.
   This will ensure a longer lifespan for your components.


Thermaltake recommends the following steps to be taken after completing your
water loop setup


 * It is strongly recommended to use market proven pre-mix coolant, such as
   Thermaltake Coolant 1000. It offers great performance while preventing the
   entire cooling system – copper, brass, nickel, aluminum, and steel – from
   corrosion.
 * Fill the reservoir with coolant and cycle the power on and off several times
   while the pump pushing the coolant into the loop.
 * DO NOT let the pump run dry, when there is no liquid entering the pump turn
   off your power immediately
 * Fill the reservoir to the top as it will prevent air from going into the pump
 * If necessary tilt the system slightly from side to side to bleed the air out
   of the loop.
 * Place some paper towels under fittings and joining points to test for leaks.
 * Run the loop with the fill port open for about 24 hours to completely bleed
   the air out of the loop.
 * Before starting, flush out your system correctly to prevent any coolant or
   unwanted particles sticking to your tubes, radiators and other cooling
   components.
 * Coolant might fade over time.

More Information P/N CL-W214-CU00BL-A Model Pacific C-Pro G1/4 PETG 16mm OD
Compression - Black Dimensions D26 x 21 (H) (mm) Weight 30 g MATERIAL CU + AL
Note PETG Tube to G1/4 Applicable OD : 16 mm Screw thread G 1/4





CONTACT US

 * General Information
 * Sales Partner Request
 * LAN Party Request
 * Media Contact

SUPPORT

 * Warranty Policy
 * How to find S/N
 * eRMA Service
 * Technical Support

COMMUNITY

 * Join TT Mod
 * CaseMOD Invitation
 * Forums
 * Press Release
 * Marketing Materials
 * 3D Maker

COMPANY

 * About Us
 * Where to Buy
   

LCGS STORE

 * Flagship Store
 * System Lecture
 * System Workshop
 * Videos
 * TT Camp

LANGUAGE

 * Your Location: Global
 * Select Store
   Global
    * Australia
    * Brazil
    * China
    * Germany
    * Japan
    * Korea
    * Latam
    * Poland
    * Russia
    * Spain
    * Taiwan
    * Thailand
    * Turkey
    * UK
    * USA

Sign Up for Our Newsletter:

Subscribe
 * reddit
 * twitter
 * twitch
 * facebook
 * youtube
 * Instagram
   
   

Copyright © 2019 Thermaltake Technology Co., Ltd. All Rights Reserved.






IMPORTANT NOTICE OF PRIVACY POLICY

Accept Close More
Cookie Settings
Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black
Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black
Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black
Pacific C-PRO G1/4 PETG Tube 16mm OD Compression – Black
Close
Continue View Cart Compare Products My Wishlist
Ok

Close
Checkout out as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create Account
Checkout out using your account

Email Address

Password

Sign In
Forgot Your Password?

Login With Social Profile