Shades of Bright Turquoise #17DBD1
Tints of Bright Turquoise #17DBD1
RGB
CMYK
RGB Variations
Color information
#17DBD1 (or 0x17DBD1) is known color: Bright Turquoise. HEX triplet: 17, DB and D1. RGB value is (23,219,209). Sum of RGB (Red+Green+Blue) = 23+219+209=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #17DBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBD1 is #E8242E. Grayscale: #9F9F9F. Windows color (decimal): -15213615 or 13753111. OLE color: 13753111.
HSL color Cylindrical-coordinate representation of color #17DBD1: hue angle of 176.94º 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 #17DBD1 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 209 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.14 |
| HSL | 176.94º | 0.81% | 0.47% | - |
| HSV(B) | 176.94º | 0.89% | 0.86% | - |
| XYZ | 37.19 | 55.45 | 69.06 | - |
| YUV | 159.26 | 156.07 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 209 | 0.89 | 0 | 0.05 | 0.14 | 176.94 | 0.81 | 0.47 |
| Hex | 17 | DB | D1 | 59 | 0 | 5 | E | B1 | 51 | 2F |
| Octal | 27 | 333 | 321 | 131 | 0 | 5 | 16 | 261 | 121 | 57 |
| Binary | 10111 | 11011011 | 11010001 | 1011001 | 0 | 101 | 1110 | 10110001 | 1010001 | 101111 |
Color Harmonies of #17DBD1
Complementary color
Monochromatic Colors of #17DBD1
Black with #17DBD1
Text Example
Text Example
White with #17DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBD1; }
p { color: rgb(23,219,209); }
H1.HeaderClassName
{
color: #17DBD1;
}
.AnyTagClassName
{
color: #17DBD1;
}
</style>
background-color css
<style>
a { background-color: #17DBD1; }
a { background-color: rgb(23,219,209); }
div.DivClassName
{
background-color: #17DBD1;
}
.BgClassName
{
background-color: #17DBD1;
}
</style>
border-color css
<style>
span { border-color: #17DBD1; }
span { border-color: rgb(23,219,209); }
td.TdClassName
{
border-color: #17DBD1;
}
.TagClassName
{
border-color: #17DBD1;
}
</style>