Shades of Aqua #17FFF2
Tints of Aqua #17FFF2
RGB
CMYK
RGB Variations
Color information
#17FFF2 (or 0x17FFF2) is known color: Aqua. HEX triplet: 17, FF and F2. RGB value is (23,255,242). Sum of RGB (Red+Green+Blue) = 23+255+242=520 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.42% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FFF2 is #E8000D. Grayscale: #B7B7B7. Windows color (decimal): -15204366 or 15925015. OLE color: 15925015.
HSL color Cylindrical-coordinate representation of color #17FFF2: hue angle of 176.64º 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 #17FFF2 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 242 | - |
| CMYK | 0.91 | 0 | 0.05 | 0 |
| HSL | 176.64º | 1% | 0.55% | - |
| HSV(B) | 176.64º | 0.91% | 1% | - |
| XYZ | 52.14 | 78.11 | 96.33 | - |
| YUV | 184.15 | 160.64 | 13.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 242 | 0.91 | 0 | 0.05 | 0 | 176.64 | 1 | 0.55 |
| Hex | 17 | FF | F2 | 5B | 0 | 5 | 0 | B1 | 64 | 37 |
| Octal | 27 | 377 | 362 | 133 | 0 | 5 | 0 | 261 | 144 | 67 |
| Binary | 10111 | 11111111 | 11110010 | 1011011 | 0 | 101 | 0 | 10110001 | 1100100 | 110111 |
Color Harmonies of #17FFF2
Complementary color
Monochromatic Colors of #17FFF2
Black with #17FFF2
Text Example
Text Example
White with #17FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFF2; }
p { color: rgb(23,255,242); }
H1.HeaderClassName
{
color: #17FFF2;
}
.AnyTagClassName
{
color: #17FFF2;
}
</style>
background-color css
<style>
a { background-color: #17FFF2; }
a { background-color: rgb(23,255,242); }
div.DivClassName
{
background-color: #17FFF2;
}
.BgClassName
{
background-color: #17FFF2;
}
</style>
border-color css
<style>
span { border-color: #17FFF2; }
span { border-color: rgb(23,255,242); }
td.TdClassName
{
border-color: #17FFF2;
}
.TagClassName
{
border-color: #17FFF2;
}
</style>