Shades of Aqua #17FFEF
Tints of Aqua #17FFEF
RGB
CMYK
RGB Variations
Color information
#17FFEF (or 0x17FFEF) is known color: Aqua. HEX triplet: 17, FF and EF. RGB value is (23,255,239). Sum of RGB (Red+Green+Blue) = 23+255+239=517 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.45% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FFEF is #E80010. Grayscale: #B7B7B7. Windows color (decimal): -15204369 or 15728407. OLE color: 15728407.
HSL color Cylindrical-coordinate representation of color #17FFEF: hue angle of 175.86º 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 #17FFEF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 239 | - |
| CMYK | 0.91 | 0 | 0.06 | 0 |
| HSL | 175.86º | 1% | 0.55% | - |
| HSV(B) | 175.86º | 0.91% | 1% | - |
| XYZ | 51.69 | 77.93 | 93.98 | - |
| YUV | 183.81 | 159.14 | 13.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 239 | 0.91 | 0 | 0.06 | 0 | 175.86 | 1 | 0.55 |
| Hex | 17 | FF | EF | 5B | 0 | 6 | 0 | B0 | 64 | 37 |
| Octal | 27 | 377 | 357 | 133 | 0 | 6 | 0 | 260 | 144 | 67 |
| Binary | 10111 | 11111111 | 11101111 | 1011011 | 0 | 110 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #17FFEF
Complementary color
Monochromatic Colors of #17FFEF
Black with #17FFEF
Text Example
Text Example
White with #17FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFEF; }
p { color: rgb(23,255,239); }
H1.HeaderClassName
{
color: #17FFEF;
}
.AnyTagClassName
{
color: #17FFEF;
}
</style>
background-color css
<style>
a { background-color: #17FFEF; }
a { background-color: rgb(23,255,239); }
div.DivClassName
{
background-color: #17FFEF;
}
.BgClassName
{
background-color: #17FFEF;
}
</style>
border-color css
<style>
span { border-color: #17FFEF; }
span { border-color: rgb(23,255,239); }
td.TdClassName
{
border-color: #17FFEF;
}
.TagClassName
{
border-color: #17FFEF;
}
</style>