#7fcece color space conversions
Hex:
        #7fcece
        RGB:
        127, 206, 206
        CMY:
        50, 19, 19
        CMYK:
        38, 0, 0, 19
      HSL:
        180°, 44.6328%, 65.2941%
        HSV (HSB):
        180°, 38.3495%, 80.7843%
        XYZ:
        41.9643, 53.1109, 66.4322
        xyY:
        0.2598, 0.3288, 53.1109
      CIE-Lab:
        77.9404, -24.1855, -7.6638
        CIE-LCH:
        77.9404, 25.3707, 197.5822
        CIE-Luv:
        77.9404, -36.5935, -7.9069
        Hunter-Lab:
        72.8772, -24.7509, -3.0325
      #7fcece color charts
#7fcece RGB chart
      #7fcece CMYK chart
      #7fcece RGB pie chart
      #7fcece color shades, tints & tones
#7fcece color schemes
#7fcece color preview, HTML & CSS examples
           This text has a color of #7fcece        
        
          <p style="color:#7fcece;">Text here</p>
        
        
          .mytext {color:#7fcece;}
        
        Text color #7fcece
      
           This box has a color of #7fcece        
        
          <div style="background-color:#7fcece;">Content here</div>
        
        
          .mybackground {background-color:#7fcece;}
        
        Background color #7fcece
      
           Border around this has a color of #7fcece        
        
          <div style="border:2px solid #7fcece;">Content here</div>
        
        
          .myborder {border:2px solid #7fcece;}
        
        Border color #7fcece