#3dfaed color space conversions
Hex:
        #3dfaed
        RGB:
        61, 250, 237
        CMY:
        76, 2, 7
        CMYK:
        76, 0, 5, 2
      HSL:
        176°, 94.9749%, 60.9804%
        HSV (HSB):
        176°, 75.6000%, 98.0392%
        XYZ:
        51.3961, 75.4777, 91.9806
        xyY:
        0.2348, 0.3449, 75.4777
      CIE-Lab:
        89.6163, -47.8930, -6.9669
        CIE-LCH:
        89.6163, 48.3971, 188.2766
        CIE-Luv:
        89.6163, -66.3831, -3.3837
        Hunter-Lab:
        86.8779, -46.4375, -1.9578
      #3dfaed color charts
#3dfaed RGB chart
      #3dfaed CMYK chart
      #3dfaed RGB pie chart
      #3dfaed color shades, tints & tones
#3dfaed color schemes
#3dfaed color preview, HTML & CSS examples
           This text has a color of #3dfaed        
        
          <p style="color:#3dfaed;">Text here</p>
        
        
          .mytext {color:#3dfaed;}
        
        Text color #3dfaed
      
           This box has a color of #3dfaed        
        
          <div style="background-color:#3dfaed;">Content here</div>
        
        
          .mybackground {background-color:#3dfaed;}
        
        Background color #3dfaed
      
           Border around this has a color of #3dfaed        
        
          <div style="border:2px solid #3dfaed;">Content here</div>
        
        
          .myborder {border:2px solid #3dfaed;}
        
        Border color #3dfaed