Shades of Aqua #00FEFF
Tints of Aqua #00FEFF
RGB
CMYK
RGB Variations
Color information
#00FEFF (or 0x00FEFF) is known color: 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.
Color convert
RGB | 0 | 254 | 255 | - |
CMYK | 1 | 0.00 | 0 | 0 |
HSL | 180.24º | 1% | 0.5% | - |
HSV(B) | 180.24º | 1% | 1% | - |
XYZ | 53.49 | 78.1 | 106.86 | - |
YUV | 178.17 | 171.35 | 0.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 254 | 255 | 1 | 0.00 | 0 | 0 | 180.24 | 1 | 0.5 |
Hex | 0 | FE | FF | 64 | 0 | 0 | 0 | B4 | 64 | 32 |
Octal | 0 | 376 | 377 | 144 | 0 | 0 | 0 | 264 | 144 | 62 |
Binary | 0 | 11111110 | 11111111 | 1100100 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FEFF
Complementary color
Monochromatic Colors of #00FEFF
Black with #00FEFF
Text Example
Text Example
White with #00FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEFF; }
p { color: rgb(0,254,255); }
H1.HeaderClassName
{
color: #00FEFF;
}
.AnyTagClassName
{
color: #00FEFF;
}
</style>
background-color css
<style>
a { background-color: #00FEFF; }
a { background-color: rgb(0,254,255); }
div.DivClassName
{
background-color: #00FEFF;
}
.BgClassName
{
background-color: #00FEFF;
}
</style>
border-color css
<style>
span { border-color: #00FEFF; }
span { border-color: rgb(0,254,255); }
td.TdClassName
{
border-color: #00FEFF;
}
.TagClassName
{
border-color: #00FEFF;
}
</style>