Shades of Aqua #17FEFC
Tints of Aqua #17FEFC
RGB
CMYK
RGB Variations
Color information
#17FEFC (or 0x17FEFC) is known color: Aqua. HEX triplet: 17, FE and FC. RGB value is (23,254,252). Sum of RGB (Red+Green+Blue) = 23+254+252=529 (70% of max value = 765). Red value is 23 (9.38% from 255 or 4.35% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FEFC is #E80103. Grayscale: #B8B8B8. Windows color (decimal): -15204612 or 16580119. OLE color: 16580119.
HSL color Cylindrical-coordinate representation of color #17FEFC: hue angle of 179.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FEFC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 252 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.00 |
| HSL | 179.48º | 0.99% | 0.54% | - |
| HSV(B) | 179.48º | 0.91% | 1% | - |
| XYZ | 53.37 | 78.09 | 104.36 | - |
| YUV | 184.7 | 165.97 | 12.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 252 | 0.91 | 0 | 0.01 | 0.00 | 179.48 | 0.99 | 0.54 |
| Hex | 17 | FE | FC | 5B | 0 | 1 | 0 | B3 | 63 | 36 |
| Octal | 27 | 376 | 374 | 133 | 0 | 1 | 0 | 263 | 143 | 66 |
| Binary | 10111 | 11111110 | 11111100 | 1011011 | 0 | 1 | 0 | 10110011 | 1100011 | 110110 |
Color Harmonies of #17FEFC
Complementary color
Monochromatic Colors of #17FEFC
Black with #17FEFC
Text Example
Text Example
White with #17FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEFC; }
p { color: rgb(23,254,252); }
H1.HeaderClassName
{
color: #17FEFC;
}
.AnyTagClassName
{
color: #17FEFC;
}
</style>
background-color css
<style>
a { background-color: #17FEFC; }
a { background-color: rgb(23,254,252); }
div.DivClassName
{
background-color: #17FEFC;
}
.BgClassName
{
background-color: #17FEFC;
}
</style>
border-color css
<style>
span { border-color: #17FEFC; }
span { border-color: rgb(23,254,252); }
td.TdClassName
{
border-color: #17FEFC;
}
.TagClassName
{
border-color: #17FEFC;
}
</style>