#60eced color space conversions
Hex:
        #60eced
        RGB:
        96, 236, 237
        CMY:
        62, 7, 7
        CMYK:
        59, 0, 0, 7
      HSL:
        180°, 79.6610%, 65.2941%
        HSV (HSB):
        180°, 59.4937%, 92.9412%
        XYZ:
        50.1054, 68.5921, 90.7195
        xyY:
        0.2393, 0.3275, 68.5921
      CIE-Lab:
        86.3017, -37.0448, -11.8137
        CIE-LCH:
        86.3017, 38.8829, 197.6877
        CIE-Luv:
        86.3017, -55.5411, -12.8385
        Hunter-Lab:
        82.8204, -36.9452, -6.9707
      #60eced color charts
#60eced RGB chart
      #60eced CMYK chart
      #60eced RGB pie chart
      #60eced color shades, tints & tones
#60eced color schemes
#60eced color preview, HTML & CSS examples
           This text has a color of #60eced        
        
          <p style="color:#60eced;">Text here</p>
        
        
          .mytext {color:#60eced;}
        
        Text color #60eced
      
           This box has a color of #60eced        
        
          <div style="background-color:#60eced;">Content here</div>
        
        
          .mybackground {background-color:#60eced;}
        
        Background color #60eced
      
           Border around this has a color of #60eced        
        
          <div style="border:2px solid #60eced;">Content here</div>
        
        
          .myborder {border:2px solid #60eced;}
        
        Border color #60eced