Shades of Bright Turquoise #17DBDD
Tints of Bright Turquoise #17DBDD
RGB
CMYK
RGB Variations
Color information
#17DBDD (or 0x17DBDD) is known color: Bright Turquoise. HEX triplet: 17, DB and DD. RGB value is (23,219,221). Sum of RGB (Red+Green+Blue) = 23+219+221=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #17DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBDD is #E82422. Grayscale: #A0A0A0. Windows color (decimal): -15213603 or 14539543. OLE color: 14539543.
HSL color Cylindrical-coordinate representation of color #17DBDD: hue angle of 180.61º 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 #17DBDD is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 219 | 221 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.13 |
| HSL | 180.61º | 0.81% | 0.48% | - |
| HSV(B) | 180.61º | 0.9% | 0.87% | - |
| XYZ | 38.74 | 56.07 | 77.19 | - |
| YUV | 160.62 | 162.07 | 29.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 221 | 0.90 | 0.01 | 0 | 0.13 | 180.61 | 0.81 | 0.48 |
| Hex | 17 | DB | DD | 5A | 1 | 0 | D | B5 | 51 | 30 |
| Octal | 27 | 333 | 335 | 132 | 1 | 0 | 15 | 265 | 121 | 60 |
| Binary | 10111 | 11011011 | 11011101 | 1011010 | 1 | 0 | 1101 | 10110101 | 1010001 | 110000 |
Color Harmonies of #17DBDD
Complementary color
Monochromatic Colors of #17DBDD
Black with #17DBDD
Text Example
Text Example
White with #17DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBDD; }
p { color: rgb(23,219,221); }
H1.HeaderClassName
{
color: #17DBDD;
}
.AnyTagClassName
{
color: #17DBDD;
}
</style>
background-color css
<style>
a { background-color: #17DBDD; }
a { background-color: rgb(23,219,221); }
div.DivClassName
{
background-color: #17DBDD;
}
.BgClassName
{
background-color: #17DBDD;
}
</style>
border-color css
<style>
span { border-color: #17DBDD; }
span { border-color: rgb(23,219,221); }
td.TdClassName
{
border-color: #17DBDD;
}
.TagClassName
{
border-color: #17DBDD;
}
</style>