Shades of Bright Turquoise #17D9F6
Tints of Bright Turquoise #17D9F6
RGB
CMYK
RGB Variations
Color information
#17D9F6 (or 0x17D9F6) is known color: Bright Turquoise. HEX triplet: 17, D9 and F6. RGB value is (23,217,246). Sum of RGB (Red+Green+Blue) = 23+217+246=486 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.73% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #17D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D9F6 is #E82609. Grayscale: #A1A1A1. Windows color (decimal): -15214090 or 16177431. OLE color: 16177431.
HSL color Cylindrical-coordinate representation of color #17D9F6: hue angle of 187.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17D9F6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 217 | 246 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.04 |
| HSL | 187.8º | 0.93% | 0.53% | - |
| HSV(B) | 187.8º | 0.91% | 0.96% | - |
| XYZ | 41.8 | 56.46 | 95.88 | - |
| YUV | 162.3 | 175.23 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 217 | 246 | 0.91 | 0.12 | 0 | 0.04 | 187.8 | 0.93 | 0.53 |
| Hex | 17 | D9 | F6 | 5B | C | 0 | 4 | BC | 5D | 35 |
| Octal | 27 | 331 | 366 | 133 | 14 | 0 | 4 | 274 | 135 | 65 |
| Binary | 10111 | 11011001 | 11110110 | 1011011 | 1100 | 0 | 100 | 10111100 | 1011101 | 110101 |
Color Harmonies of #17D9F6
Complementary color
Monochromatic Colors of #17D9F6
Black with #17D9F6
Text Example
Text Example
White with #17D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D9F6; }
p { color: rgb(23,217,246); }
H1.HeaderClassName
{
color: #17D9F6;
}
.AnyTagClassName
{
color: #17D9F6;
}
</style>
background-color css
<style>
a { background-color: #17D9F6; }
a { background-color: rgb(23,217,246); }
div.DivClassName
{
background-color: #17D9F6;
}
.BgClassName
{
background-color: #17D9F6;
}
</style>
border-color css
<style>
span { border-color: #17D9F6; }
span { border-color: rgb(23,217,246); }
td.TdClassName
{
border-color: #17D9F6;
}
.TagClassName
{
border-color: #17D9F6;
}
</style>