Shades of Aqua #00FEEF
Tints of Aqua #00FEEF
RGB
CMYK
RGB Variations
Color information
#00FEEF (or 0x00FEEF) is known color: Aqua. HEX triplet: 00, FE and EF. RGB value is (0,254,239). Sum of RGB (Red+Green+Blue) = 0+254+239=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEEF is #FF0110. Grayscale: #B0B0B0. Windows color (decimal): -16711953 or 15728128. OLE color: 15728128.
HSL color Cylindrical-coordinate representation of color #00FEEF: hue angle of 176.46º 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 #00FEEF is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 239 | - |
| CMYK | 1 | 0 | 0.06 | 0.00 |
| HSL | 176.46º | 1% | 0.5% | - |
| HSV(B) | 176.46º | 1% | 1% | - |
| XYZ | 51.02 | 77.12 | 93.86 | - |
| YUV | 176.34 | 163.35 | 2.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 239 | 1 | 0 | 0.06 | 0.00 | 176.46 | 1 | 0.5 |
| Hex | 0 | FE | EF | 64 | 0 | 6 | 0 | B0 | 64 | 32 |
| Octal | 0 | 376 | 357 | 144 | 0 | 6 | 0 | 260 | 144 | 62 |
| Binary | 0 | 11111110 | 11101111 | 1100100 | 0 | 110 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #00FEEF
Complementary color
Monochromatic Colors of #00FEEF
Black with #00FEEF
Text Example
Text Example
White with #00FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEEF; }
p { color: rgb(0,254,239); }
H1.HeaderClassName
{
color: #00FEEF;
}
.AnyTagClassName
{
color: #00FEEF;
}
</style>
background-color css
<style>
a { background-color: #00FEEF; }
a { background-color: rgb(0,254,239); }
div.DivClassName
{
background-color: #00FEEF;
}
.BgClassName
{
background-color: #00FEEF;
}
</style>
border-color css
<style>
span { border-color: #00FEEF; }
span { border-color: rgb(0,254,239); }
td.TdClassName
{
border-color: #00FEEF;
}
.TagClassName
{
border-color: #00FEEF;
}
</style>