Shades of Bright Turquoise #17D8F6
Tints of Bright Turquoise #17D8F6
RGB
CMYK
RGB Variations
Color information
#17D8F6 (or 0x17D8F6) is known color: Bright Turquoise. HEX triplet: 17, D8 and F6. RGB value is (23,216,246). Sum of RGB (Red+Green+Blue) = 23+216+246=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #17D8F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D8F6 is #E82709. Grayscale: #A1A1A1. Windows color (decimal): -15214346 or 16177175. OLE color: 16177175.
HSL color Cylindrical-coordinate representation of color #17D8F6: hue angle of 188.07º 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 #17D8F6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 216 | 246 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.04 |
| HSL | 188.07º | 0.93% | 0.53% | - |
| HSV(B) | 188.07º | 0.91% | 0.96% | - |
| XYZ | 41.54 | 55.95 | 95.8 | - |
| YUV | 161.71 | 175.56 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 216 | 246 | 0.91 | 0.12 | 0 | 0.04 | 188.07 | 0.93 | 0.53 |
| Hex | 17 | D8 | F6 | 5B | C | 0 | 4 | BC | 5D | 35 |
| Octal | 27 | 330 | 366 | 133 | 14 | 0 | 4 | 274 | 135 | 65 |
| Binary | 10111 | 11011000 | 11110110 | 1011011 | 1100 | 0 | 100 | 10111100 | 1011101 | 110101 |
Color Harmonies of #17D8F6
Complementary color
Monochromatic Colors of #17D8F6
Black with #17D8F6
Text Example
Text Example
White with #17D8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D8F6; }
p { color: rgb(23,216,246); }
H1.HeaderClassName
{
color: #17D8F6;
}
.AnyTagClassName
{
color: #17D8F6;
}
</style>
background-color css
<style>
a { background-color: #17D8F6; }
a { background-color: rgb(23,216,246); }
div.DivClassName
{
background-color: #17D8F6;
}
.BgClassName
{
background-color: #17D8F6;
}
</style>
border-color css
<style>
span { border-color: #17D8F6; }
span { border-color: rgb(23,216,246); }
td.TdClassName
{
border-color: #17D8F6;
}
.TagClassName
{
border-color: #17D8F6;
}
</style>