Shades of Bright Turquoise #17DBCF
Tints of Bright Turquoise #17DBCF
RGB
CMYK
RGB Variations
Color information
#17DBCF (or 0x17DBCF) is known color: Bright Turquoise. HEX triplet: 17, DB and CF. RGB value is (23,219,207). Sum of RGB (Red+Green+Blue) = 23+219+207=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #17DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBCF is #E82430. Grayscale: #9E9E9E. Windows color (decimal): -15213617 or 13622039. OLE color: 13622039.
HSL color Cylindrical-coordinate representation of color #17DBCF: hue angle of 176.33º 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 #17DBCF is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 207 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.14 |
| HSL | 176.33º | 0.81% | 0.47% | - |
| HSV(B) | 176.33º | 0.89% | 0.86% | - |
| XYZ | 36.95 | 55.35 | 67.77 | - |
| YUV | 159.03 | 155.07 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 207 | 0.89 | 0 | 0.05 | 0.14 | 176.33 | 0.81 | 0.47 |
| Hex | 17 | DB | CF | 59 | 0 | 5 | E | B0 | 51 | 2F |
| Octal | 27 | 333 | 317 | 131 | 0 | 5 | 16 | 260 | 121 | 57 |
| Binary | 10111 | 11011011 | 11001111 | 1011001 | 0 | 101 | 1110 | 10110000 | 1010001 | 101111 |
Color Harmonies of #17DBCF
Complementary color
Monochromatic Colors of #17DBCF
Black with #17DBCF
Text Example
Text Example
White with #17DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBCF; }
p { color: rgb(23,219,207); }
H1.HeaderClassName
{
color: #17DBCF;
}
.AnyTagClassName
{
color: #17DBCF;
}
</style>
background-color css
<style>
a { background-color: #17DBCF; }
a { background-color: rgb(23,219,207); }
div.DivClassName
{
background-color: #17DBCF;
}
.BgClassName
{
background-color: #17DBCF;
}
</style>
border-color css
<style>
span { border-color: #17DBCF; }
span { border-color: rgb(23,219,207); }
td.TdClassName
{
border-color: #17DBCF;
}
.TagClassName
{
border-color: #17DBCF;
}
</style>