Shades of Dark Turquoise #17CCDB
Tints of Dark Turquoise #17CCDB
RGB
CMYK
RGB Variations
Color information
#17CCDB (or 0x17CCDB) is known color: Dark Turquoise. HEX triplet: 17, CC and DB. RGB value is (23,204,219). Sum of RGB (Red+Green+Blue) = 23+204+219=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #17CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CCDB is #E83324. Grayscale: #979797. Windows color (decimal): -15217445 or 14404631. OLE color: 14404631.
HSL color Cylindrical-coordinate representation of color #17CCDB: hue angle of 184.59º 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 #17CCDB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 204 | 219 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.14 |
| HSL | 184.59º | 0.81% | 0.47% | - |
| HSV(B) | 184.59º | 0.89% | 0.86% | - |
| XYZ | 34.73 | 48.48 | 74.55 | - |
| YUV | 151.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 219 | 0.89 | 0.07 | 0 | 0.14 | 184.59 | 0.81 | 0.47 |
| Hex | 17 | CC | DB | 59 | 7 | 0 | E | B9 | 51 | 2F |
| Octal | 27 | 314 | 333 | 131 | 7 | 0 | 16 | 271 | 121 | 57 |
| Binary | 10111 | 11001100 | 11011011 | 1011001 | 111 | 0 | 1110 | 10111001 | 1010001 | 101111 |
Color Harmonies of #17CCDB
Complementary color
Monochromatic Colors of #17CCDB
Black with #17CCDB
Text Example
Text Example
White with #17CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCDB; }
p { color: rgb(23,204,219); }
H1.HeaderClassName
{
color: #17CCDB;
}
.AnyTagClassName
{
color: #17CCDB;
}
</style>
background-color css
<style>
a { background-color: #17CCDB; }
a { background-color: rgb(23,204,219); }
div.DivClassName
{
background-color: #17CCDB;
}
.BgClassName
{
background-color: #17CCDB;
}
</style>
border-color css
<style>
span { border-color: #17CCDB; }
span { border-color: rgb(23,204,219); }
td.TdClassName
{
border-color: #17CCDB;
}
.TagClassName
{
border-color: #17CCDB;
}
</style>