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