Shades of Bright Turquoise #17DDC9
Tints of Bright Turquoise #17DDC9
RGB
CMYK
RGB Variations
Color information
#17DDC9 (or 0x17DDC9) is known color: Bright Turquoise. HEX triplet: 17, DD and C9. RGB value is (23,221,201). Sum of RGB (Red+Green+Blue) = 23+221+201=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #17DDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DDC9 is #E82236. Grayscale: #9F9F9F. Windows color (decimal): -15213111 or 13229335. OLE color: 13229335.
HSL color Cylindrical-coordinate representation of color #17DDC9: hue angle of 173.94º 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 #17DDC9 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 221 | 201 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.13 |
| HSL | 173.94º | 0.81% | 0.48% | - |
| HSV(B) | 173.94º | 0.9% | 0.87% | - |
| XYZ | 36.75 | 56.11 | 64.15 | - |
| YUV | 159.52 | 151.4 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 221 | 201 | 0.90 | 0 | 0.09 | 0.13 | 173.94 | 0.81 | 0.48 |
| Hex | 17 | DD | C9 | 5A | 0 | 9 | D | AE | 51 | 30 |
| Octal | 27 | 335 | 311 | 132 | 0 | 11 | 15 | 256 | 121 | 60 |
| Binary | 10111 | 11011101 | 11001001 | 1011010 | 0 | 1001 | 1101 | 10101110 | 1010001 | 110000 |
Color Harmonies of #17DDC9
Complementary color
Monochromatic Colors of #17DDC9
Black with #17DDC9
Text Example
Text Example
White with #17DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DDC9; }
p { color: rgb(23,221,201); }
H1.HeaderClassName
{
color: #17DDC9;
}
.AnyTagClassName
{
color: #17DDC9;
}
</style>
background-color css
<style>
a { background-color: #17DDC9; }
a { background-color: rgb(23,221,201); }
div.DivClassName
{
background-color: #17DDC9;
}
.BgClassName
{
background-color: #17DDC9;
}
</style>
border-color css
<style>
span { border-color: #17DDC9; }
span { border-color: rgb(23,221,201); }
td.TdClassName
{
border-color: #17DDC9;
}
.TagClassName
{
border-color: #17DDC9;
}
</style>