#2dabea color space conversions
Hex:
        #2dabea
        RGB:
        45, 171, 234
        CMY:
        82, 33, 8
        CMYK:
        81, 27, 0, 8
      HSL:
        200°, 81.8182%, 54.7059%
        HSV (HSB):
        200°, 80.7692%, 91.7647%
        XYZ:
        30.4964, 35.6242, 83.1107
        xyY:
        0.2044, 0.2387, 35.6242
      CIE-Lab:
        66.2318, -12.1476, -41.0012
        CIE-LCH:
        66.2318, 42.7628, 253.4968
        CIE-Luv:
        66.2318, -41.3422, -64.1882
        Hunter-Lab:
        59.6860, -13.2466, -40.7791
      #2dabea color charts
#2dabea RGB chart
      #2dabea CMYK chart
      #2dabea RGB pie chart
      #2dabea color shades, tints & tones
#2dabea color schemes
#2dabea color preview, HTML & CSS examples
           This text has a color of #2dabea        
        
          <p style="color:#2dabea;">Text here</p>
        
        
          .mytext {color:#2dabea;}
        
        Text color #2dabea
      
           This box has a color of #2dabea        
        
          <div style="background-color:#2dabea;">Content here</div>
        
        
          .mybackground {background-color:#2dabea;}
        
        Background color #2dabea
      
           Border around this has a color of #2dabea        
        
          <div style="border:2px solid #2dabea;">Content here</div>
        
        
          .myborder {border:2px solid #2dabea;}
        
        Border color #2dabea