Shades of Aqua #17F5FA
Tints of Aqua #17F5FA
RGB
CMYK
RGB Variations
Color information
#17F5FA (or 0x17F5FA) is known color: Aqua. HEX triplet: 17, F5 and FA. RGB value is (23,245,250). Sum of RGB (Red+Green+Blue) = 23+245+250=518 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.44% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #17F5FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F5FA is #E80A05. Grayscale: #B2B2B2. Windows color (decimal): -15206918 or 16446743. OLE color: 16446743.
HSL color Cylindrical-coordinate representation of color #17F5FA: hue angle of 181.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F5FA is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 245 | 250 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.02 |
| HSL | 181.32º | 0.96% | 0.54% | - |
| HSV(B) | 181.32º | 0.91% | 0.98% | - |
| XYZ | 50.26 | 72.39 | 101.77 | - |
| YUV | 179.19 | 167.95 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 245 | 250 | 0.91 | 0.02 | 0 | 0.02 | 181.32 | 0.96 | 0.54 |
| Hex | 17 | F5 | FA | 5B | 2 | 0 | 2 | B5 | 60 | 36 |
| Octal | 27 | 365 | 372 | 133 | 2 | 0 | 2 | 265 | 140 | 66 |
| Binary | 10111 | 11110101 | 11111010 | 1011011 | 10 | 0 | 10 | 10110101 | 1100000 | 110110 |
Color Harmonies of #17F5FA
Complementary color
Monochromatic Colors of #17F5FA
Black with #17F5FA
Text Example
Text Example
White with #17F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F5FA; }
p { color: rgb(23,245,250); }
H1.HeaderClassName
{
color: #17F5FA;
}
.AnyTagClassName
{
color: #17F5FA;
}
</style>
background-color css
<style>
a { background-color: #17F5FA; }
a { background-color: rgb(23,245,250); }
div.DivClassName
{
background-color: #17F5FA;
}
.BgClassName
{
background-color: #17F5FA;
}
</style>
border-color css
<style>
span { border-color: #17F5FA; }
span { border-color: rgb(23,245,250); }
td.TdClassName
{
border-color: #17F5FA;
}
.TagClassName
{
border-color: #17F5FA;
}
</style>