#12facb color space conversions
Hex:
        #12facb
        RGB:
        18, 250, 203
        CMY:
        93, 2, 20
        CMYK:
        93, 0, 19, 2
      HSL:
        168°, 95.8678%, 52.5490%
        HSV (HSB):
        168°, 92.8000%, 98.0392%
        XYZ:
        45.2146, 72.8116, 68.1709
        xyY:
        0.2428, 0.3910, 72.8116
      CIE-Lab:
        88.3578, -59.5018, 8.8300
        CIE-LCH:
        88.3578, 60.1534, 171.5590
        CIE-Luv:
        88.3578, -72.4365, 22.9776
        Hunter-Lab:
        85.3297, -54.7433, 12.3633
      #12facb color charts
#12facb RGB chart
      #12facb CMYK chart
      #12facb RGB pie chart
      #12facb color shades, tints & tones
#12facb color schemes
#12facb color preview, HTML & CSS examples
           This text has a color of #12facb        
        
          <p style="color:#12facb;">Text here</p>
        
        
          .mytext {color:#12facb;}
        
        Text color #12facb
      
           This box has a color of #12facb        
        
          <div style="background-color:#12facb;">Content here</div>
        
        
          .mybackground {background-color:#12facb;}
        
        Background color #12facb
      
           Border around this has a color of #12facb        
        
          <div style="border:2px solid #12facb;">Content here</div>
        
        
          .myborder {border:2px solid #12facb;}
        
        Border color #12facb