Shades of Bright Turquoise #17DADB
Tints of Bright Turquoise #17DADB
RGB
CMYK
RGB Variations
Color information
#17DADB (or 0x17DADB) is known color: Bright Turquoise. HEX triplet: 17, DA and DB. RGB value is (23,218,219). Sum of RGB (Red+Green+Blue) = 23+218+219=460 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #17DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DADB is #E82524. Grayscale: #9F9F9F. Windows color (decimal): -15213861 or 14408215. OLE color: 14408215.
HSL color Cylindrical-coordinate representation of color #17DADB: hue angle of 180.31º 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 #17DADB is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 218 | 219 | - |
| CMYK | 0.89 | 0.00 | 0 | 0.14 |
| HSL | 180.31º | 0.81% | 0.47% | - |
| HSV(B) | 180.31º | 0.89% | 0.86% | - |
| XYZ | 38.21 | 55.44 | 75.7 | - |
| YUV | 159.81 | 161.4 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 219 | 0.89 | 0.00 | 0 | 0.14 | 180.31 | 0.81 | 0.47 |
| Hex | 17 | DA | DB | 59 | 0 | 0 | E | B4 | 51 | 2F |
| Octal | 27 | 332 | 333 | 131 | 0 | 0 | 16 | 264 | 121 | 57 |
| Binary | 10111 | 11011010 | 11011011 | 1011001 | 0 | 0 | 1110 | 10110100 | 1010001 | 101111 |
Color Harmonies of #17DADB
Complementary color
Monochromatic Colors of #17DADB
Black with #17DADB
Text Example
Text Example
White with #17DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DADB; }
p { color: rgb(23,218,219); }
H1.HeaderClassName
{
color: #17DADB;
}
.AnyTagClassName
{
color: #17DADB;
}
</style>
background-color css
<style>
a { background-color: #17DADB; }
a { background-color: rgb(23,218,219); }
div.DivClassName
{
background-color: #17DADB;
}
.BgClassName
{
background-color: #17DADB;
}
</style>
border-color css
<style>
span { border-color: #17DADB; }
span { border-color: rgb(23,218,219); }
td.TdClassName
{
border-color: #17DADB;
}
.TagClassName
{
border-color: #17DADB;
}
</style>