#12dcca color space conversions
Hex:
        #12dcca
        RGB:
        18, 220, 202
        CMY:
        93, 14, 21
        CMYK:
        92, 0, 8, 14
      HSL:
        175°, 84.8739%, 46.6667%
        HSV (HSB):
        175°, 91.8182%, 86.2745%
        XYZ:
        36.5033, 55.5793, 64.6811
        xyY:
        0.2329, 0.3545, 55.5793
      CIE-Lab:
        79.3738, -47.6522, -3.6888
        CIE-LCH:
        79.3738, 47.7947, 184.4265
        CIE-Luv:
        79.3738, -62.5715, 1.7387
        Hunter-Lab:
        74.5515, -43.0646, 0.7459
      #12dcca color charts
#12dcca RGB chart
      #12dcca CMYK chart
      #12dcca RGB pie chart
      #12dcca color shades, tints & tones
#12dcca color schemes
#12dcca color preview, HTML & CSS examples
           This text has a color of #12dcca        
        
          <p style="color:#12dcca;">Text here</p>
        
        
          .mytext {color:#12dcca;}
        
        Text color #12dcca
      
           This box has a color of #12dcca        
        
          <div style="background-color:#12dcca;">Content here</div>
        
        
          .mybackground {background-color:#12dcca;}
        
        Background color #12dcca
      
           Border around this has a color of #12dcca        
        
          <div style="border:2px solid #12dcca;">Content here</div>
        
        
          .myborder {border:2px solid #12dcca;}
        
        Border color #12dcca