#32fdec color space conversions
Hex:
        #32fdec
        RGB:
        50, 253, 236
        CMY:
        80, 1, 7
        CMYK:
        80, 0, 7, 1
      HSL:
        175°, 98.0676%, 59.4118%
        HSV (HSB):
        175°, 80.2372%, 99.2157%
        XYZ:
        51.5810, 76.9848, 91.4978
        xyY:
        0.2344, 0.3498, 76.9848
      CIE-Lab:
        90.3146, -50.4152, -5.4315
        CIE-LCH:
        90.3146, 50.7070, 186.1491
        CIE-Luv:
        90.3146, -68.6976, -0.5320
        Hunter-Lab:
        87.7410, -48.6105, -0.4100
      #32fdec color charts
#32fdec RGB chart
      #32fdec CMYK chart
      #32fdec RGB pie chart
      #32fdec color shades, tints & tones
#32fdec color schemes
#32fdec color preview, HTML & CSS examples
           This text has a color of #32fdec        
        
          <p style="color:#32fdec;">Text here</p>
        
        
          .mytext {color:#32fdec;}
        
        Text color #32fdec
      
           This box has a color of #32fdec        
        
          <div style="background-color:#32fdec;">Content here</div>
        
        
          .mybackground {background-color:#32fdec;}
        
        Background color #32fdec
      
           Border around this has a color of #32fdec        
        
          <div style="border:2px solid #32fdec;">Content here</div>
        
        
          .myborder {border:2px solid #32fdec;}
        
        Border color #32fdec