Shades of Bright Turquoise #17DACD
Tints of Bright Turquoise #17DACD
RGB
CMYK
RGB Variations
Color information
#17DACD (or 0x17DACD) is known color: Bright Turquoise. HEX triplet: 17, DA and CD. RGB value is (23,218,205). Sum of RGB (Red+Green+Blue) = 23+218+205=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #17DACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DACD is #E82532. Grayscale: #9E9E9E. Windows color (decimal): -15213875 or 13490711. OLE color: 13490711.
HSL color Cylindrical-coordinate representation of color #17DACD: hue angle of 176º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17DACD is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 218 | 205 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.15 |
| HSL | 176º | 0.81% | 0.47% | - |
| HSV(B) | 176º | 0.89% | 0.85% | - |
| XYZ | 36.44 | 54.73 | 66.4 | - |
| YUV | 158.21 | 154.4 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 205 | 0.89 | 0 | 0.06 | 0.15 | 176 | 0.81 | 0.47 |
| Hex | 17 | DA | CD | 59 | 0 | 6 | F | B0 | 51 | 2F |
| Octal | 27 | 332 | 315 | 131 | 0 | 6 | 17 | 260 | 121 | 57 |
| Binary | 10111 | 11011010 | 11001101 | 1011001 | 0 | 110 | 1111 | 10110000 | 1010001 | 101111 |
Color Harmonies of #17DACD
Complementary color
Monochromatic Colors of #17DACD
Black with #17DACD
Text Example
Text Example
White with #17DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DACD; }
p { color: rgb(23,218,205); }
H1.HeaderClassName
{
color: #17DACD;
}
.AnyTagClassName
{
color: #17DACD;
}
</style>
background-color css
<style>
a { background-color: #17DACD; }
a { background-color: rgb(23,218,205); }
div.DivClassName
{
background-color: #17DACD;
}
.BgClassName
{
background-color: #17DACD;
}
</style>
border-color css
<style>
span { border-color: #17DACD; }
span { border-color: rgb(23,218,205); }
td.TdClassName
{
border-color: #17DACD;
}
.TagClassName
{
border-color: #17DACD;
}
</style>