Shades of Aqua #00FFFE
Tints of Aqua #00FFFE
RGB
CMYK
RGB Variations
Color information
#00FFFE (or 0x00FFFE) is known color: Aqua. HEX triplet: 00, FF and FE. RGB value is (0,255,254). Sum of RGB (Red+Green+Blue) = 0+255+254=509 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFFE is #FF0001. Grayscale: #B2B2B2. Windows color (decimal): -16711682 or 16711424. OLE color: 16711424.
HSL color Cylindrical-coordinate representation of color #00FFFE: hue angle of 179.76º 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 #00FFFE is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 254 | - |
CMYK | 1 | 0 | 0.00 | 0 |
HSL | 179.76º | 1% | 0.5% | - |
HSV(B) | 179.76º | 1% | 1% | - |
XYZ | 53.65 | 78.68 | 106.12 | - |
YUV | 178.64 | 170.52 | 0.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 254 | 1 | 0 | 0.00 | 0 | 179.76 | 1 | 0.5 |
Hex | 0 | FF | FE | 64 | 0 | 0 | 0 | B4 | 64 | 32 |
Octal | 0 | 377 | 376 | 144 | 0 | 0 | 0 | 264 | 144 | 62 |
Binary | 0 | 11111111 | 11111110 | 1100100 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FFFE
Complementary color
Monochromatic Colors of #00FFFE
Black with #00FFFE
Text Example
Text Example
White with #00FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFFE; }
p { color: rgb(0,255,254); }
H1.HeaderClassName
{
color: #00FFFE;
}
.AnyTagClassName
{
color: #00FFFE;
}
</style>
background-color css
<style>
a { background-color: #00FFFE; }
a { background-color: rgb(0,255,254); }
div.DivClassName
{
background-color: #00FFFE;
}
.BgClassName
{
background-color: #00FFFE;
}
</style>
border-color css
<style>
span { border-color: #00FFFE; }
span { border-color: rgb(0,255,254); }
td.TdClassName
{
border-color: #00FFFE;
}
.TagClassName
{
border-color: #00FFFE;
}
</style>