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