Shades of Bright Turquoise #17DCD0
Tints of Bright Turquoise #17DCD0
RGB
CMYK
RGB Variations
Color information
#17DCD0 (or 0x17DCD0) is known color: Bright Turquoise. HEX triplet: 17, DC and D0. RGB value is (23,220,208). Sum of RGB (Red+Green+Blue) = 23+220+208=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #17DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DCD0 is #E8232F. Grayscale: #9F9F9F. Windows color (decimal): -15213360 or 13687831. OLE color: 13687831.
HSL color Cylindrical-coordinate representation of color #17DCD0: hue angle of 176.35º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DCD0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 208 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.14 |
| HSL | 176.35º | 0.81% | 0.48% | - |
| HSV(B) | 176.35º | 0.9% | 0.86% | - |
| XYZ | 37.33 | 55.92 | 68.5 | - |
| YUV | 159.73 | 155.23 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 208 | 0.90 | 0 | 0.05 | 0.14 | 176.35 | 0.81 | 0.48 |
| Hex | 17 | DC | D0 | 5A | 0 | 5 | E | B0 | 51 | 30 |
| Octal | 27 | 334 | 320 | 132 | 0 | 5 | 16 | 260 | 121 | 60 |
| Binary | 10111 | 11011100 | 11010000 | 1011010 | 0 | 101 | 1110 | 10110000 | 1010001 | 110000 |
Color Harmonies of #17DCD0
Complementary color
Monochromatic Colors of #17DCD0
Black with #17DCD0
Text Example
Text Example
White with #17DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCD0; }
p { color: rgb(23,220,208); }
H1.HeaderClassName
{
color: #17DCD0;
}
.AnyTagClassName
{
color: #17DCD0;
}
</style>
background-color css
<style>
a { background-color: #17DCD0; }
a { background-color: rgb(23,220,208); }
div.DivClassName
{
background-color: #17DCD0;
}
.BgClassName
{
background-color: #17DCD0;
}
</style>
border-color css
<style>
span { border-color: #17DCD0; }
span { border-color: rgb(23,220,208); }
td.TdClassName
{
border-color: #17DCD0;
}
.TagClassName
{
border-color: #17DCD0;
}
</style>