Shades of Bright Turquoise #17D9DF
Tints of Bright Turquoise #17D9DF
RGB
CMYK
RGB Variations
Color information
#17D9DF (or 0x17D9DF) is known color: Bright Turquoise. HEX triplet: 17, D9 and DF. RGB value is (23,217,223). Sum of RGB (Red+Green+Blue) = 23+217+223=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #17D9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D9DF is #E82620. Grayscale: #9F9F9F. Windows color (decimal): -15214113 or 14670103. OLE color: 14670103.
HSL color Cylindrical-coordinate representation of color #17D9DF: hue angle of 181.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D9DF is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 217 | 223 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.13 |
| HSL | 181.8º | 0.81% | 0.48% | - |
| HSV(B) | 181.8º | 0.9% | 0.87% | - |
| XYZ | 38.49 | 55.14 | 78.43 | - |
| YUV | 159.68 | 163.73 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 217 | 223 | 0.90 | 0.03 | 0 | 0.13 | 181.8 | 0.81 | 0.48 |
| Hex | 17 | D9 | DF | 5A | 3 | 0 | D | B6 | 51 | 30 |
| Octal | 27 | 331 | 337 | 132 | 3 | 0 | 15 | 266 | 121 | 60 |
| Binary | 10111 | 11011001 | 11011111 | 1011010 | 11 | 0 | 1101 | 10110110 | 1010001 | 110000 |
Color Harmonies of #17D9DF
Complementary color
Monochromatic Colors of #17D9DF
Black with #17D9DF
Text Example
Text Example
White with #17D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D9DF; }
p { color: rgb(23,217,223); }
H1.HeaderClassName
{
color: #17D9DF;
}
.AnyTagClassName
{
color: #17D9DF;
}
</style>
background-color css
<style>
a { background-color: #17D9DF; }
a { background-color: rgb(23,217,223); }
div.DivClassName
{
background-color: #17D9DF;
}
.BgClassName
{
background-color: #17D9DF;
}
</style>
border-color css
<style>
span { border-color: #17D9DF; }
span { border-color: rgb(23,217,223); }
td.TdClassName
{
border-color: #17D9DF;
}
.TagClassName
{
border-color: #17D9DF;
}
</style>