#1eddea color space conversions
Hex:
        #1eddea
        RGB:
        30, 221, 234
        CMY:
        88, 13, 8
        CMYK:
        87, 6, 0, 8
      HSL:
        184°, 82.9268%, 51.7647%
        HSV (HSB):
        184°, 87.1795%, 91.7647%
        XYZ:
        41.2432, 57.9294, 86.8497
        xyY:
        0.2217, 0.3114, 57.9294
      CIE-Lab:
        80.6995, -38.2718, -18.7576
        CIE-LCH:
        80.6995, 42.6214, 206.1102
        CIE-Luv:
        80.6995, -59.7206, -24.1339
        Hunter-Lab:
        76.1114, -36.4695, -14.3770
      #1eddea color charts
#1eddea RGB chart
      #1eddea CMYK chart
      #1eddea RGB pie chart
      #1eddea color shades, tints & tones
#1eddea color schemes
#1eddea color preview, HTML & CSS examples
           This text has a color of #1eddea        
        
          <p style="color:#1eddea;">Text here</p>
        
        
          .mytext {color:#1eddea;}
        
        Text color #1eddea
      
           This box has a color of #1eddea        
        
          <div style="background-color:#1eddea;">Content here</div>
        
        
          .mybackground {background-color:#1eddea;}
        
        Background color #1eddea
      
           Border around this has a color of #1eddea        
        
          <div style="border:2px solid #1eddea;">Content here</div>
        
        
          .myborder {border:2px solid #1eddea;}
        
        Border color #1eddea