#3dface color space conversions
Hex:
        #3dface
        RGB:
        61, 250, 206
        CMY:
        76, 2, 19
        CMYK:
        76, 0, 18, 2
      HSL:
        166°, 94.9749%, 60.9804%
        HSV (HSB):
        166°, 75.6000%, 98.0392%
        XYZ:
        47.2507, 73.8195, 70.1507
        xyY:
        0.2471, 0.3860, 73.8195
      CIE-Lab:
        88.8371, -55.7948, 8.0159
        CIE-LCH:
        88.8371, 56.3677, 171.8244
        CIE-Luv:
        88.8371, -68.5723, 21.2353
        Hunter-Lab:
        85.9183, -52.1912, 11.7336
      #3dface color charts
#3dface RGB chart
      #3dface CMYK chart
      #3dface RGB pie chart
      #3dface color shades, tints & tones
#3dface color schemes
#3dface color preview, HTML & CSS examples
           This text has a color of #3dface        
        
          <p style="color:#3dface;">Text here</p>
        
        
          .mytext {color:#3dface;}
        
        Text color #3dface
      
           This box has a color of #3dface        
        
          <div style="background-color:#3dface;">Content here</div>
        
        
          .mybackground {background-color:#3dface;}
        
        Background color #3dface
      
           Border around this has a color of #3dface        
        
          <div style="border:2px solid #3dface;">Content here</div>
        
        
          .myborder {border:2px solid #3dface;}
        
        Border color #3dface