#7fdbec color space conversions
Hex:
        #7fdbec
        RGB:
        127, 219, 236
        CMY:
        50, 14, 7
        CMYK:
        46, 7, 0, 7
      HSL:
        189°, 74.1497%, 71.1765%
        HSV (HSB):
        189°, 46.1864%, 92.5490%
        XYZ:
        49.2242, 61.2312, 88.5813
        xyY:
        0.2473, 0.3076, 61.2312
      CIE-Lab:
        82.5029, -23.0524, -16.8730
        CIE-LCH:
        82.5029, 28.5677, 216.2020
        CIE-Luv:
        82.5029, -40.9783, -23.1146
        Hunter-Lab:
        78.2504, -24.6508, -12.3425
      #7fdbec color charts
#7fdbec RGB chart
      #7fdbec CMYK chart
      #7fdbec RGB pie chart
      #7fdbec color shades, tints & tones
#7fdbec color schemes
#7fdbec color preview, HTML & CSS examples
           This text has a color of #7fdbec        
        
          <p style="color:#7fdbec;">Text here</p>
        
        
          .mytext {color:#7fdbec;}
        
        Text color #7fdbec
      
           This box has a color of #7fdbec        
        
          <div style="background-color:#7fdbec;">Content here</div>
        
        
          .mybackground {background-color:#7fdbec;}
        
        Background color #7fdbec
      
           Border around this has a color of #7fdbec        
        
          <div style="border:2px solid #7fdbec;">Content here</div>
        
        
          .myborder {border:2px solid #7fdbec;}
        
        Border color #7fdbec