Shades of Bright Turquoise #17DBCB
Tints of Bright Turquoise #17DBCB
RGB
CMYK
RGB Variations
Color information
#17DBCB (or 0x17DBCB) is known color: Bright Turquoise. HEX triplet: 17, DB and CB. RGB value is (23,219,203). Sum of RGB (Red+Green+Blue) = 23+219+203=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #17DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBCB is #E82434. Grayscale: #9E9E9E. Windows color (decimal): -15213621 or 13359895. OLE color: 13359895.
HSL color Cylindrical-coordinate representation of color #17DBCB: hue angle of 175.1º 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 #17DBCB is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 203 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.14 |
| HSL | 175.1º | 0.81% | 0.47% | - |
| HSV(B) | 175.1º | 0.89% | 0.86% | - |
| XYZ | 36.46 | 55.16 | 65.22 | - |
| YUV | 158.57 | 153.07 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 203 | 0.89 | 0 | 0.07 | 0.14 | 175.1 | 0.81 | 0.47 |
| Hex | 17 | DB | CB | 59 | 0 | 7 | E | AF | 51 | 2F |
| Octal | 27 | 333 | 313 | 131 | 0 | 7 | 16 | 257 | 121 | 57 |
| Binary | 10111 | 11011011 | 11001011 | 1011001 | 0 | 111 | 1110 | 10101111 | 1010001 | 101111 |
Color Harmonies of #17DBCB
Complementary color
Monochromatic Colors of #17DBCB
Black with #17DBCB
Text Example
Text Example
White with #17DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBCB; }
p { color: rgb(23,219,203); }
H1.HeaderClassName
{
color: #17DBCB;
}
.AnyTagClassName
{
color: #17DBCB;
}
</style>
background-color css
<style>
a { background-color: #17DBCB; }
a { background-color: rgb(23,219,203); }
div.DivClassName
{
background-color: #17DBCB;
}
.BgClassName
{
background-color: #17DBCB;
}
</style>
border-color css
<style>
span { border-color: #17DBCB; }
span { border-color: rgb(23,219,203); }
td.TdClassName
{
border-color: #17DBCB;
}
.TagClassName
{
border-color: #17DBCB;
}
</style>