Shades of Aqua #17FDEF
Tints of Aqua #17FDEF
RGB
CMYK
RGB Variations
Color information
#17FDEF (or 0x17FDEF) is known color: Aqua. HEX triplet: 17, FD and EF. RGB value is (23,253,239). Sum of RGB (Red+Green+Blue) = 23+253+239=515 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.47% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FDEF is #E80210. Grayscale: #B6B6B6. Windows color (decimal): -15204881 or 15727895. OLE color: 15727895.
HSL color Cylindrical-coordinate representation of color #17FDEF: hue angle of 176.35º 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 #17FDEF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 239 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.01 |
| HSL | 176.35º | 0.98% | 0.54% | - |
| HSV(B) | 176.35º | 0.91% | 0.99% | - |
| XYZ | 51.06 | 76.66 | 93.77 | - |
| YUV | 182.63 | 159.8 | 14.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 239 | 0.91 | 0 | 0.06 | 0.01 | 176.35 | 0.98 | 0.54 |
| Hex | 17 | FD | EF | 5B | 0 | 6 | 1 | B0 | 62 | 36 |
| Octal | 27 | 375 | 357 | 133 | 0 | 6 | 1 | 260 | 142 | 66 |
| Binary | 10111 | 11111101 | 11101111 | 1011011 | 0 | 110 | 1 | 10110000 | 1100010 | 110110 |
Color Harmonies of #17FDEF
Complementary color
Monochromatic Colors of #17FDEF
Black with #17FDEF
Text Example
Text Example
White with #17FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDEF; }
p { color: rgb(23,253,239); }
H1.HeaderClassName
{
color: #17FDEF;
}
.AnyTagClassName
{
color: #17FDEF;
}
</style>
background-color css
<style>
a { background-color: #17FDEF; }
a { background-color: rgb(23,253,239); }
div.DivClassName
{
background-color: #17FDEF;
}
.BgClassName
{
background-color: #17FDEF;
}
</style>
border-color css
<style>
span { border-color: #17FDEF; }
span { border-color: rgb(23,253,239); }
td.TdClassName
{
border-color: #17FDEF;
}
.TagClassName
{
border-color: #17FDEF;
}
</style>