Shades of Aqua #17FDF1
Tints of Aqua #17FDF1
RGB
CMYK
RGB Variations
Color information
#17FDF1 (or 0x17FDF1) is known color: Aqua. HEX triplet: 17, FD and F1. RGB value is (23,253,241). Sum of RGB (Red+Green+Blue) = 23+253+241=517 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.45% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FDF1 is #E8020E. Grayscale: #B6B6B6. Windows color (decimal): -15204879 or 15858967. OLE color: 15858967.
HSL color Cylindrical-coordinate representation of color #17FDF1: hue angle of 176.87º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FDF1 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 241 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.01 |
| HSL | 176.87º | 0.98% | 0.54% | - |
| HSV(B) | 176.87º | 0.91% | 0.99% | - |
| XYZ | 51.36 | 76.78 | 95.33 | - |
| YUV | 182.86 | 160.8 | 13.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 241 | 0.91 | 0 | 0.05 | 0.01 | 176.87 | 0.98 | 0.54 |
| Hex | 17 | FD | F1 | 5B | 0 | 5 | 1 | B1 | 62 | 36 |
| Octal | 27 | 375 | 361 | 133 | 0 | 5 | 1 | 261 | 142 | 66 |
| Binary | 10111 | 11111101 | 11110001 | 1011011 | 0 | 101 | 1 | 10110001 | 1100010 | 110110 |
Color Harmonies of #17FDF1
Complementary color
Monochromatic Colors of #17FDF1
Black with #17FDF1
Text Example
Text Example
White with #17FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDF1; }
p { color: rgb(23,253,241); }
H1.HeaderClassName
{
color: #17FDF1;
}
.AnyTagClassName
{
color: #17FDF1;
}
</style>
background-color css
<style>
a { background-color: #17FDF1; }
a { background-color: rgb(23,253,241); }
div.DivClassName
{
background-color: #17FDF1;
}
.BgClassName
{
background-color: #17FDF1;
}
</style>
border-color css
<style>
span { border-color: #17FDF1; }
span { border-color: rgb(23,253,241); }
td.TdClassName
{
border-color: #17FDF1;
}
.TagClassName
{
border-color: #17FDF1;
}
</style>