Shades of Aqua #17FFF0
Tints of Aqua #17FFF0
RGB
CMYK
RGB Variations
Color information
#17FFF0 (or 0x17FFF0) is known color: Aqua. HEX triplet: 17, FF and F0. RGB value is (23,255,240). Sum of RGB (Red+Green+Blue) = 23+255+240=518 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.44% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FFF0 is #E8000F. Grayscale: #B7B7B7. Windows color (decimal): -15204368 or 15793943. OLE color: 15793943.
HSL color Cylindrical-coordinate representation of color #17FFF0: hue angle of 176.12º 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 #17FFF0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 240 | - |
| CMYK | 0.91 | 0 | 0.06 | 0 |
| HSL | 176.12º | 1% | 0.55% | - |
| HSV(B) | 176.12º | 0.91% | 1% | - |
| XYZ | 51.84 | 77.99 | 94.76 | - |
| YUV | 183.92 | 159.64 | 13.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 240 | 0.91 | 0 | 0.06 | 0 | 176.12 | 1 | 0.55 |
| Hex | 17 | FF | F0 | 5B | 0 | 6 | 0 | B0 | 64 | 37 |
| Octal | 27 | 377 | 360 | 133 | 0 | 6 | 0 | 260 | 144 | 67 |
| Binary | 10111 | 11111111 | 11110000 | 1011011 | 0 | 110 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #17FFF0
Complementary color
Monochromatic Colors of #17FFF0
Black with #17FFF0
Text Example
Text Example
White with #17FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFF0; }
p { color: rgb(23,255,240); }
H1.HeaderClassName
{
color: #17FFF0;
}
.AnyTagClassName
{
color: #17FFF0;
}
</style>
background-color css
<style>
a { background-color: #17FFF0; }
a { background-color: rgb(23,255,240); }
div.DivClassName
{
background-color: #17FFF0;
}
.BgClassName
{
background-color: #17FFF0;
}
</style>
border-color css
<style>
span { border-color: #17FFF0; }
span { border-color: rgb(23,255,240); }
td.TdClassName
{
border-color: #17FFF0;
}
.TagClassName
{
border-color: #17FFF0;
}
</style>