Shades of Bright Turquoise #17FAC5
Tints of Bright Turquoise #17FAC5
RGB
CMYK
RGB Variations
Color information
#17FAC5 (or 0x17FAC5) is known color: Bright Turquoise. HEX triplet: 17, FA and C5. RGB value is (23,250,197). Sum of RGB (Red+Green+Blue) = 23+250+197=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #17FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FAC5 is #E8053A. Grayscale: #B0B0B0. Windows color (decimal): -15205691 or 12974615. OLE color: 12974615.
HSL color Cylindrical-coordinate representation of color #17FAC5: hue angle of 165.99º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FAC5 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 250 | 197 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.02 |
| HSL | 165.99º | 0.96% | 0.54% | - |
| HSV(B) | 165.99º | 0.91% | 0.98% | - |
| XYZ | 44.62 | 72.58 | 64.48 | - |
| YUV | 176.09 | 139.79 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 250 | 197 | 0.91 | 0 | 0.21 | 0.02 | 165.99 | 0.96 | 0.54 |
| Hex | 17 | FA | C5 | 5B | 0 | 15 | 2 | A6 | 60 | 36 |
| Octal | 27 | 372 | 305 | 133 | 0 | 25 | 2 | 246 | 140 | 66 |
| Binary | 10111 | 11111010 | 11000101 | 1011011 | 0 | 10101 | 10 | 10100110 | 1100000 | 110110 |
Color Harmonies of #17FAC5
Complementary color
Monochromatic Colors of #17FAC5
Black with #17FAC5
Text Example
Text Example
White with #17FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FAC5; }
p { color: rgb(23,250,197); }
H1.HeaderClassName
{
color: #17FAC5;
}
.AnyTagClassName
{
color: #17FAC5;
}
</style>
background-color css
<style>
a { background-color: #17FAC5; }
a { background-color: rgb(23,250,197); }
div.DivClassName
{
background-color: #17FAC5;
}
.BgClassName
{
background-color: #17FAC5;
}
</style>
border-color css
<style>
span { border-color: #17FAC5; }
span { border-color: rgb(23,250,197); }
td.TdClassName
{
border-color: #17FAC5;
}
.TagClassName
{
border-color: #17FAC5;
}
</style>