#1edacc color space conversions
Hex:
        #1edacc
        RGB:
        30, 218, 204
        CMY:
        88, 15, 20
        CMYK:
        86, 0, 6, 15
      HSL:
        176°, 75.8065%, 48.6275%
        HSV (HSB):
        176°, 86.2385%, 85.4902%
        XYZ:
        36.5059, 54.7785, 65.7760
        xyY:
        0.2324, 0.3488, 54.7785
      CIE-Lab:
        78.9135, -45.6597, -5.4257
        CIE-LCH:
        78.9135, 45.9809, 186.7767
        CIE-Luv:
        78.9135, -61.0352, -1.2906
        Hunter-Lab:
        74.0125, -41.4785, -0.8832
      #1edacc color charts
#1edacc RGB chart
      #1edacc CMYK chart
      #1edacc RGB pie chart
      #1edacc color shades, tints & tones
#1edacc color schemes
#1edacc color preview, HTML & CSS examples
           This text has a color of #1edacc        
        
          <p style="color:#1edacc;">Text here</p>
        
        
          .mytext {color:#1edacc;}
        
        Text color #1edacc
      
           This box has a color of #1edacc        
        
          <div style="background-color:#1edacc;">Content here</div>
        
        
          .mybackground {background-color:#1edacc;}
        
        Background color #1edacc
      
           Border around this has a color of #1edacc        
        
          <div style="border:2px solid #1edacc;">Content here</div>
        
        
          .myborder {border:2px solid #1edacc;}
        
        Border color #1edacc