#7dfdef color space conversions
Hex:
        #7dfdef
        RGB:
        125, 253, 239
        CMY:
        51, 1, 6
        CMYK:
        51, 0, 6, 1
      HSL:
        173°, 96.9697%, 74.1176%
        HSV (HSB):
        173°, 50.5929%, 99.2157%
        XYZ:
        59.1627, 80.8425, 94.1473
        xyY:
        0.2527, 0.3453, 80.8425
      CIE-Lab:
        92.0616, -38.8691, -4.2239
        CIE-LCH:
        92.0616, 39.0980, 186.2020
        CIE-Luv:
        92.0616, -54.5485, -0.2506
        Hunter-Lab:
        89.9125, -39.8932, 0.8562
      #7dfdef color charts
#7dfdef RGB chart
      #7dfdef CMYK chart
      #7dfdef RGB pie chart
      #7dfdef color shades, tints & tones
#7dfdef color schemes
#7dfdef color preview, HTML & CSS examples
           This text has a color of #7dfdef        
        
          <p style="color:#7dfdef;">Text here</p>
        
        
          .mytext {color:#7dfdef;}
        
        Text color #7dfdef
      
           This box has a color of #7dfdef        
        
          <div style="background-color:#7dfdef;">Content here</div>
        
        
          .mybackground {background-color:#7dfdef;}
        
        Background color #7dfdef
      
           Border around this has a color of #7dfdef        
        
          <div style="border:2px solid #7dfdef;">Content here</div>
        
        
          .myborder {border:2px solid #7dfdef;}
        
        Border color #7dfdef