#1fbaba color space conversions
Hex:
        #1fbaba
        RGB:
        31, 186, 186
        CMY:
        88, 27, 27
        CMYK:
        83, 0, 0, 27
      HSL:
        180°, 71.4286%, 42.5490%
        HSV (HSB):
        180°, 83.3333%, 72.9412%
        XYZ:
        26.9869, 38.9543, 52.5509
        xyY:
        0.2278, 0.3287, 38.9543
      CIE-Lab:
        68.7181, -36.5336, -10.8152
        CIE-LCH:
        68.7181, 38.1008, 196.4905
        CIE-Luv:
        68.7181, -51.3287, -11.0837
        Hunter-Lab:
        62.4134, -32.0418, -6.2318
      #1fbaba color charts
#1fbaba RGB chart
      #1fbaba CMYK chart
      #1fbaba RGB pie chart
      #1fbaba color shades, tints & tones
#1fbaba color schemes
#1fbaba color preview, HTML & CSS examples
           This text has a color of #1fbaba        
        
          <p style="color:#1fbaba;">Text here</p>
        
        
          .mytext {color:#1fbaba;}
        
        Text color #1fbaba
      
           This box has a color of #1fbaba        
        
          <div style="background-color:#1fbaba;">Content here</div>
        
        
          .mybackground {background-color:#1fbaba;}
        
        Background color #1fbaba
      
           Border around this has a color of #1fbaba        
        
          <div style="border:2px solid #1fbaba;">Content here</div>
        
        
          .myborder {border:2px solid #1fbaba;}
        
        Border color #1fbaba