Shades of Aqua #17FFFA
Tints of Aqua #17FFFA
RGB
CMYK
RGB Variations
Color information
#17FFFA (or 0x17FFFA) is known color: Aqua. HEX triplet: 17, FF and FA. RGB value is (23,255,250). Sum of RGB (Red+Green+Blue) = 23+255+250=528 (69% of max value = 765). Red value is 23 (9.38% from 255 or 4.36% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FFFA is #E80005. Grayscale: #B8B8B8. Windows color (decimal): -15204358 or 16449303. OLE color: 16449303.
HSL color Cylindrical-coordinate representation of color #17FFFA: hue angle of 178.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFFA is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 250 | - |
| CMYK | 0.91 | 0 | 0.02 | 0 |
| HSL | 178.71º | 1% | 0.55% | - |
| HSV(B) | 178.71º | 0.91% | 1% | - |
| XYZ | 53.37 | 78.6 | 102.8 | - |
| YUV | 185.06 | 164.64 | 12.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 250 | 0.91 | 0 | 0.02 | 0 | 178.71 | 1 | 0.55 |
| Hex | 17 | FF | FA | 5B | 0 | 2 | 0 | B3 | 64 | 37 |
| Octal | 27 | 377 | 372 | 133 | 0 | 2 | 0 | 263 | 144 | 67 |
| Binary | 10111 | 11111111 | 11111010 | 1011011 | 0 | 10 | 0 | 10110011 | 1100100 | 110111 |
Color Harmonies of #17FFFA
Complementary color
Monochromatic Colors of #17FFFA
Black with #17FFFA
Text Example
Text Example
White with #17FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFFA; }
p { color: rgb(23,255,250); }
H1.HeaderClassName
{
color: #17FFFA;
}
.AnyTagClassName
{
color: #17FFFA;
}
</style>
background-color css
<style>
a { background-color: #17FFFA; }
a { background-color: rgb(23,255,250); }
div.DivClassName
{
background-color: #17FFFA;
}
.BgClassName
{
background-color: #17FFFA;
}
</style>
border-color css
<style>
span { border-color: #17FFFA; }
span { border-color: rgb(23,255,250); }
td.TdClassName
{
border-color: #17FFFA;
}
.TagClassName
{
border-color: #17FFFA;
}
</style>