#00FEFF (or 0x00FEFF) is unknown color: approx Aqua. HEX triplet: 00, FE and FF. RGB value is (0,254,255). Sum of RGB (Red+Green+Blue) = 0+254+255=509 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEFF is #FF0100. Grayscale: #B1B1B1. Windows color (decimal): -16711937 or 16776704. OLE color: 16776704.
HSL color Cylindrical-coordinate representation of color #00FEFF: hue angle of 180.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEFF is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #00FEFF; } p { color: rgb(0,254,255); } H1.HeaderClassName { color: #00FEFF; } .AnyTagClassName { color: #00FEFF; } </style>
<style> a { background-color: #00FEFF; } a { background-color: rgb(0,254,255); } div.DivClassName { background-color: #00FEFF; } .BgClassName { background-color: #00FEFF; } </style>
<style> span { border-color: #00FEFF; } span { border-color: rgb(0,254,255); } td.TdClassName { border-color: #00FEFF; } .TagClassName { border-color: #00FEFF; } </style>