Shades of Aqua #0DFDFA
Tints of Aqua #0DFDFA
RGB
CMYK
RGB Variations
Color information
#0DFDFA (or 0x0DFDFA) is known color: Aqua. HEX triplet: 0D, FD and FA. RGB value is (13,253,250). Sum of RGB (Red+Green+Blue) = 13+253+250=516 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.52% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFDFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFDFA is #F20205. Grayscale: #B4B4B4. Windows color (decimal): -15860230 or 16448781. OLE color: 16448781.
HSL color Cylindrical-coordinate representation of color #0DFDFA: hue angle of 179.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFDFA is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 253 | 250 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.01 |
| HSL | 179.25º | 0.98% | 0.52% | - |
| HSV(B) | 179.25º | 0.95% | 0.99% | - |
| XYZ | 52.55 | 77.24 | 102.58 | - |
| YUV | 180.9 | 166.99 | 8.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 253 | 250 | 0.95 | 0 | 0.01 | 0.01 | 179.25 | 0.98 | 0.52 |
| Hex | D | FD | FA | 5F | 0 | 1 | 1 | B3 | 62 | 34 |
| Octal | 15 | 375 | 372 | 137 | 0 | 1 | 1 | 263 | 142 | 64 |
| Binary | 1101 | 11111101 | 11111010 | 1011111 | 0 | 1 | 1 | 10110011 | 1100010 | 110100 |
Color Harmonies of #0DFDFA
Complementary color
Monochromatic Colors of #0DFDFA
Black with #0DFDFA
Text Example
Text Example
White with #0DFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFDFA; }
p { color: rgb(13,253,250); }
H1.HeaderClassName
{
color: #0DFDFA;
}
.AnyTagClassName
{
color: #0DFDFA;
}
</style>
background-color css
<style>
a { background-color: #0DFDFA; }
a { background-color: rgb(13,253,250); }
div.DivClassName
{
background-color: #0DFDFA;
}
.BgClassName
{
background-color: #0DFDFA;
}
</style>
border-color css
<style>
span { border-color: #0DFDFA; }
span { border-color: rgb(13,253,250); }
td.TdClassName
{
border-color: #0DFDFA;
}
.TagClassName
{
border-color: #0DFDFA;
}
</style>