Shades of Bright Turquoise #17F8C7
Tints of Bright Turquoise #17F8C7
RGB
CMYK
RGB Variations
Color information
#17F8C7 (or 0x17F8C7) is known color: Bright Turquoise. HEX triplet: 17, F8 and C7. RGB value is (23,248,199). Sum of RGB (Red+Green+Blue) = 23+248+199=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #17F8C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F8C7 is #E80738. Grayscale: #AFAFAF. Windows color (decimal): -15206201 or 13105175. OLE color: 13105175.
HSL color Cylindrical-coordinate representation of color #17F8C7: hue angle of 166.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F8C7 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 248 | 199 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.03 |
| HSL | 166.93º | 0.94% | 0.53% | - |
| HSV(B) | 166.93º | 0.91% | 0.97% | - |
| XYZ | 44.23 | 71.44 | 65.49 | - |
| YUV | 175.14 | 141.46 | 19.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 248 | 199 | 0.91 | 0 | 0.20 | 0.03 | 166.93 | 0.94 | 0.53 |
| Hex | 17 | F8 | C7 | 5B | 0 | 14 | 3 | A7 | 5E | 35 |
| Octal | 27 | 370 | 307 | 133 | 0 | 24 | 3 | 247 | 136 | 65 |
| Binary | 10111 | 11111000 | 11000111 | 1011011 | 0 | 10100 | 11 | 10100111 | 1011110 | 110101 |
Color Harmonies of #17F8C7
Complementary color
Monochromatic Colors of #17F8C7
Black with #17F8C7
Text Example
Text Example
White with #17F8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F8C7; }
p { color: rgb(23,248,199); }
H1.HeaderClassName
{
color: #17F8C7;
}
.AnyTagClassName
{
color: #17F8C7;
}
</style>
background-color css
<style>
a { background-color: #17F8C7; }
a { background-color: rgb(23,248,199); }
div.DivClassName
{
background-color: #17F8C7;
}
.BgClassName
{
background-color: #17F8C7;
}
</style>
border-color css
<style>
span { border-color: #17F8C7; }
span { border-color: rgb(23,248,199); }
td.TdClassName
{
border-color: #17F8C7;
}
.TagClassName
{
border-color: #17F8C7;
}
</style>