#1eedea color space conversions
Hex:
        #1eedea
        RGB:
        30, 237, 234
        CMY:
        88, 7, 8
        CMYK:
        87, 0, 1, 7
      HSL:
        179°, 85.1852%, 52.3529%
        HSV (HSB):
        179°, 87.3418%, 92.9412%
        XYZ:
        45.6709, 66.7849, 88.3256
        xyY:
        0.2275, 0.3326, 66.7849
      CIE-Lab:
        85.3952, -45.4234, -11.7064
        CIE-LCH:
        85.3952, 46.9076, 194.4517
        CIE-Luv:
        85.3952, -65.1029, -11.4957
        Hunter-Lab:
        81.7220, -43.2577, -6.8755
      #1eedea color charts
#1eedea RGB chart
      #1eedea CMYK chart
      #1eedea RGB pie chart
      #1eedea color shades, tints & tones
#1eedea color schemes
#1eedea color preview, HTML & CSS examples
           This text has a color of #1eedea        
        
          <p style="color:#1eedea;">Text here</p>
        
        
          .mytext {color:#1eedea;}
        
        Text color #1eedea
      
           This box has a color of #1eedea        
        
          <div style="background-color:#1eedea;">Content here</div>
        
        
          .mybackground {background-color:#1eedea;}
        
        Background color #1eedea
      
           Border around this has a color of #1eedea        
        
          <div style="border:2px solid #1eedea;">Content here</div>
        
        
          .myborder {border:2px solid #1eedea;}
        
        Border color #1eedea