Shades of Bright Turquoise #17DBD0
Tints of Bright Turquoise #17DBD0
RGB
CMYK
RGB Variations
Color information
#17DBD0 (or 0x17DBD0) is known color: Bright Turquoise. HEX triplet: 17, DB and D0. RGB value is (23,219,208). Sum of RGB (Red+Green+Blue) = 23+219+208=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #17DBD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBD0 is #E8242F. Grayscale: #9E9E9E. Windows color (decimal): -15213616 or 13687575. OLE color: 13687575.
HSL color Cylindrical-coordinate representation of color #17DBD0: hue angle of 176.63º 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 #17DBD0 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 208 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.14 |
| HSL | 176.63º | 0.81% | 0.47% | - |
| HSV(B) | 176.63º | 0.89% | 0.86% | - |
| XYZ | 37.07 | 55.4 | 68.41 | - |
| YUV | 159.14 | 155.57 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 208 | 0.89 | 0 | 0.05 | 0.14 | 176.63 | 0.81 | 0.47 |
| Hex | 17 | DB | D0 | 59 | 0 | 5 | E | B1 | 51 | 2F |
| Octal | 27 | 333 | 320 | 131 | 0 | 5 | 16 | 261 | 121 | 57 |
| Binary | 10111 | 11011011 | 11010000 | 1011001 | 0 | 101 | 1110 | 10110001 | 1010001 | 101111 |
Color Harmonies of #17DBD0
Complementary color
Monochromatic Colors of #17DBD0
Black with #17DBD0
Text Example
Text Example
White with #17DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBD0; }
p { color: rgb(23,219,208); }
H1.HeaderClassName
{
color: #17DBD0;
}
.AnyTagClassName
{
color: #17DBD0;
}
</style>
background-color css
<style>
a { background-color: #17DBD0; }
a { background-color: rgb(23,219,208); }
div.DivClassName
{
background-color: #17DBD0;
}
.BgClassName
{
background-color: #17DBD0;
}
</style>
border-color css
<style>
span { border-color: #17DBD0; }
span { border-color: rgb(23,219,208); }
td.TdClassName
{
border-color: #17DBD0;
}
.TagClassName
{
border-color: #17DBD0;
}
</style>