#0effec color space conversions
Hex:
        #0effec
        RGB:
        14, 255, 236
        CMY:
        95, 0, 7
        CMYK:
        95, 0, 7, 0
      HSL:
        175°, 100.0000%, 52.7451%
        HSV (HSB):
        175°, 94.5098%, 100.0000%
        XYZ:
        51.0814, 77.6695, 91.6563
        xyY:
        0.2318, 0.3524, 77.6695
      CIE-Lab:
        90.6289, -53.0907, -4.9986
        CIE-LCH:
        90.6289, 53.3255, 185.3787
        CIE-Luv:
        90.6289, -71.6436, 0.5472
        Hunter-Lab:
        88.1303, -50.7672, 0.0291
      #0effec color charts
#0effec RGB chart
      #0effec CMYK chart
      #0effec RGB pie chart
      #0effec color shades, tints & tones
#0effec color schemes
#0effec color preview, HTML & CSS examples
           This text has a color of #0effec        
        
          <p style="color:#0effec;">Text here</p>
        
        
          .mytext {color:#0effec;}
        
        Text color #0effec
      
           This box has a color of #0effec        
        
          <div style="background-color:#0effec;">Content here</div>
        
        
          .mybackground {background-color:#0effec;}
        
        Background color #0effec
      
           Border around this has a color of #0effec        
        
          <div style="border:2px solid #0effec;">Content here</div>
        
        
          .myborder {border:2px solid #0effec;}
        
        Border color #0effec