#36fffe color space conversions
Hex:
        #36fffe
        RGB:
        54, 255, 254
        CMY:
        79, 0, 0
        CMYK:
        79, 0, 0, 0
      HSL:
        180°, 100.0000%, 60.5882%
        HSV (HSB):
        180°, 78.8235%, 100.0000%
        XYZ:
        55.1707, 79.4600, 106.1955
        xyY:
        0.2291, 0.3299, 79.4600
      CIE-Lab:
        91.4420, -46.0251, -13.0959
        CIE-LCH:
        91.4420, 47.8520, 195.8830
        CIE-Luv:
        91.4420, -67.6249, -13.7533
        Hunter-Lab:
        89.1404, -45.5185, -8.2356
      #36fffe color charts
#36fffe RGB chart
      #36fffe CMYK chart
      #36fffe RGB pie chart
      #36fffe color shades, tints & tones
#36fffe color schemes
#36fffe color preview, HTML & CSS examples
           This text has a color of #36fffe        
        
          <p style="color:#36fffe;">Text here</p>
        
        
          .mytext {color:#36fffe;}
        
        Text color #36fffe
      
           This box has a color of #36fffe        
        
          <div style="background-color:#36fffe;">Content here</div>
        
        
          .mybackground {background-color:#36fffe;}
        
        Background color #36fffe
      
           Border around this has a color of #36fffe        
        
          <div style="border:2px solid #36fffe;">Content here</div>
        
        
          .myborder {border:2px solid #36fffe;}
        
        Border color #36fffe