Shades of Aqua #00FFFD
Tints of Aqua #00FFFD
RGB
CMYK
RGB Variations
Color information
#00FFFD (or 0x00FFFD) is known color: Aqua. HEX triplet: 00, FF and FD. RGB value is (0,255,253). Sum of RGB (Red+Green+Blue) = 0+255+253=508 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFFD is #FF0002. Grayscale: #B2B2B2. Windows color (decimal): -16711683 or 16645888. OLE color: 16645888.
HSL color Cylindrical-coordinate representation of color #00FFFD: hue angle of 179.53º 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 #00FFFD is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 253 | - |
| CMYK | 1 | 0 | 0.01 | 0 |
| HSL | 179.53º | 1% | 0.5% | - |
| HSV(B) | 179.53º | 1% | 1% | - |
| XYZ | 53.49 | 78.61 | 105.28 | - |
| YUV | 178.53 | 170.02 | 0.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 253 | 1 | 0 | 0.01 | 0 | 179.53 | 1 | 0.5 |
| Hex | 0 | FF | FD | 64 | 0 | 1 | 0 | B4 | 64 | 32 |
| Octal | 0 | 377 | 375 | 144 | 0 | 1 | 0 | 264 | 144 | 62 |
| Binary | 0 | 11111111 | 11111101 | 1100100 | 0 | 1 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FFFD
Complementary color
Monochromatic Colors of #00FFFD
Black with #00FFFD
Text Example
Text Example
White with #00FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFFD; }
p { color: rgb(0,255,253); }
H1.HeaderClassName
{
color: #00FFFD;
}
.AnyTagClassName
{
color: #00FFFD;
}
</style>
background-color css
<style>
a { background-color: #00FFFD; }
a { background-color: rgb(0,255,253); }
div.DivClassName
{
background-color: #00FFFD;
}
.BgClassName
{
background-color: #00FFFD;
}
</style>
border-color css
<style>
span { border-color: #00FFFD; }
span { border-color: rgb(0,255,253); }
td.TdClassName
{
border-color: #00FFFD;
}
.TagClassName
{
border-color: #00FFFD;
}
</style>