#03f2cc color space conversions
Hex:
        #03f2cc
        RGB:
        3, 242, 204
        CMY:
        99, 5, 20
        CMYK:
        99, 0, 16, 5
      HSL:
        170°, 97.5510%, 48.0392%
        HSV (HSB):
        170°, 98.7603%, 94.9020%
        XYZ:
        42.6888, 67.8833, 67.9796
        xyY:
        0.2391, 0.3802, 67.8833
      CIE-Lab:
        85.9480, -56.5226, 4.8355
        CIE-LCH:
        85.9480, 56.7291, 175.1103
        CIE-Luv:
        85.9480, -70.2153, 16.3965
        Hunter-Lab:
        82.3913, -51.6999, 8.7548
      #03f2cc color charts
#03f2cc RGB chart
      #03f2cc CMYK chart
      #03f2cc RGB pie chart
      #03f2cc color shades, tints & tones
#03f2cc color schemes
#03f2cc color preview, HTML & CSS examples
           This text has a color of #03f2cc        
        
          <p style="color:#03f2cc;">Text here</p>
        
        
          .mytext {color:#03f2cc;}
        
        Text color #03f2cc
      
           This box has a color of #03f2cc        
        
          <div style="background-color:#03f2cc;">Content here</div>
        
        
          .mybackground {background-color:#03f2cc;}
        
        Background color #03f2cc
      
           Border around this has a color of #03f2cc        
        
          <div style="border:2px solid #03f2cc;">Content here</div>
        
        
          .myborder {border:2px solid #03f2cc;}
        
        Border color #03f2cc