Shades of Dark Turquoise #17C7DB
Tints of Dark Turquoise #17C7DB
RGB
CMYK
RGB Variations
Color information
#17C7DB (or 0x17C7DB) is known color: Dark Turquoise. HEX triplet: 17, C7 and DB. RGB value is (23,199,219). Sum of RGB (Red+Green+Blue) = 23+199+219=441 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.22% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #17C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C7DB is #E83824. Grayscale: #949494. Windows color (decimal): -15218725 or 14403351. OLE color: 14403351.
HSL color Cylindrical-coordinate representation of color #17C7DB: hue angle of 186.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C7DB is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 199 | 219 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.14 |
| HSL | 186.12º | 0.81% | 0.47% | - |
| HSV(B) | 186.12º | 0.89% | 0.86% | - |
| XYZ | 33.56 | 46.14 | 74.16 | - |
| YUV | 148.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 199 | 219 | 0.89 | 0.09 | 0 | 0.14 | 186.12 | 0.81 | 0.47 |
| Hex | 17 | C7 | DB | 59 | 9 | 0 | E | BA | 51 | 2F |
| Octal | 27 | 307 | 333 | 131 | 11 | 0 | 16 | 272 | 121 | 57 |
| Binary | 10111 | 11000111 | 11011011 | 1011001 | 1001 | 0 | 1110 | 10111010 | 1010001 | 101111 |
Color Harmonies of #17C7DB
Complementary color
Monochromatic Colors of #17C7DB
Black with #17C7DB
Text Example
Text Example
White with #17C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C7DB; }
p { color: rgb(23,199,219); }
H1.HeaderClassName
{
color: #17C7DB;
}
.AnyTagClassName
{
color: #17C7DB;
}
</style>
background-color css
<style>
a { background-color: #17C7DB; }
a { background-color: rgb(23,199,219); }
div.DivClassName
{
background-color: #17C7DB;
}
.BgClassName
{
background-color: #17C7DB;
}
</style>
border-color css
<style>
span { border-color: #17C7DB; }
span { border-color: rgb(23,199,219); }
td.TdClassName
{
border-color: #17C7DB;
}
.TagClassName
{
border-color: #17C7DB;
}
</style>