#12bcbd color space conversions
Hex:
        #12bcbd
        RGB:
        18, 188, 189
        CMY:
        93, 26, 26
        CMYK:
        90, 1, 0, 26
      HSL:
        180°, 82.6087%, 40.5882%
        HSV (HSB):
        180°, 90.4762%, 74.1176%
        XYZ:
        27.4180, 39.7692, 54.3753
        xyY:
        0.2255, 0.3272, 39.7692
      CIE-Lab:
        69.3048, -37.3218, -11.5984
        CIE-LCH:
        69.3048, 39.0825, 197.2636
        CIE-Luv:
        69.3048, -52.7061, -12.2438
        Hunter-Lab:
        63.0628, -32.7530, -6.9782
      #12bcbd color charts
#12bcbd RGB chart
      #12bcbd CMYK chart
      #12bcbd RGB pie chart
      #12bcbd color shades, tints & tones
#12bcbd color schemes
#12bcbd color preview, HTML & CSS examples
           This text has a color of #12bcbd        
        
          <p style="color:#12bcbd;">Text here</p>
        
        
          .mytext {color:#12bcbd;}
        
        Text color #12bcbd
      
           This box has a color of #12bcbd        
        
          <div style="background-color:#12bcbd;">Content here</div>
        
        
          .mybackground {background-color:#12bcbd;}
        
        Background color #12bcbd
      
           Border around this has a color of #12bcbd        
        
          <div style="border:2px solid #12bcbd;">Content here</div>
        
        
          .myborder {border:2px solid #12bcbd;}
        
        Border color #12bcbd