Shades of Aqua #00FDFD
Tints of Aqua #00FDFD
RGB
CMYK
RGB Variations
Color information
#00FDFD (or 0x00FDFD) is known color: Aqua. HEX triplet: 00, FD and FD. RGB value is (0,253,253). Sum of RGB (Red+Green+Blue) = 0+253+253=506 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #00FDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FDFD is #FF0202. Grayscale: #B1B1B1. Windows color (decimal): -16712195 or 16645376. OLE color: 16645376.
HSL color Cylindrical-coordinate representation of color #00FDFD: hue angle of 180º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FDFD is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 253 | - |
| CMYK | 1 | 0 | 0 | 0.01 |
| HSL | 180º | 1% | 0.5% | - |
| HSV(B) | 180º | 1% | 0.99% | - |
| XYZ | 52.85 | 77.34 | 105.07 | - |
| YUV | 177.35 | 170.68 | 1.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 253 | 1 | 0 | 0 | 0.01 | 180 | 1 | 0.5 |
| Hex | 0 | FD | FD | 64 | 0 | 0 | 1 | B4 | 64 | 32 |
| Octal | 0 | 375 | 375 | 144 | 0 | 0 | 1 | 264 | 144 | 62 |
| Binary | 0 | 11111101 | 11111101 | 1100100 | 0 | 0 | 1 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FDFD
Complementary color
Monochromatic Colors of #00FDFD
Black with #00FDFD
Text Example
Text Example
White with #00FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDFD; }
p { color: rgb(0,253,253); }
H1.HeaderClassName
{
color: #00FDFD;
}
.AnyTagClassName
{
color: #00FDFD;
}
</style>
background-color css
<style>
a { background-color: #00FDFD; }
a { background-color: rgb(0,253,253); }
div.DivClassName
{
background-color: #00FDFD;
}
.BgClassName
{
background-color: #00FDFD;
}
</style>
border-color css
<style>
span { border-color: #00FDFD; }
span { border-color: rgb(0,253,253); }
td.TdClassName
{
border-color: #00FDFD;
}
.TagClassName
{
border-color: #00FDFD;
}
</style>