Shades of Bright Turquoise #17DCD7
Tints of Bright Turquoise #17DCD7
RGB
CMYK
RGB Variations
Color information
#17DCD7 (or 0x17DCD7) is known color: Bright Turquoise. HEX triplet: 17, DC and D7. RGB value is (23,220,215). Sum of RGB (Red+Green+Blue) = 23+220+215=458 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.02% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #17DCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DCD7 is #E82328. Grayscale: #A0A0A0. Windows color (decimal): -15213353 or 14146583. OLE color: 14146583.
HSL color Cylindrical-coordinate representation of color #17DCD7: hue angle of 178.48º 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 #17DCD7 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 215 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.14 |
| HSL | 178.48º | 0.81% | 0.48% | - |
| HSV(B) | 178.48º | 0.9% | 0.86% | - |
| XYZ | 38.21 | 56.27 | 73.14 | - |
| YUV | 160.53 | 158.73 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 215 | 0.90 | 0 | 0.02 | 0.14 | 178.48 | 0.81 | 0.48 |
| Hex | 17 | DC | D7 | 5A | 0 | 2 | E | B2 | 51 | 30 |
| Octal | 27 | 334 | 327 | 132 | 0 | 2 | 16 | 262 | 121 | 60 |
| Binary | 10111 | 11011100 | 11010111 | 1011010 | 0 | 10 | 1110 | 10110010 | 1010001 | 110000 |
Color Harmonies of #17DCD7
Complementary color
Monochromatic Colors of #17DCD7
Black with #17DCD7
Text Example
Text Example
White with #17DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCD7; }
p { color: rgb(23,220,215); }
H1.HeaderClassName
{
color: #17DCD7;
}
.AnyTagClassName
{
color: #17DCD7;
}
</style>
background-color css
<style>
a { background-color: #17DCD7; }
a { background-color: rgb(23,220,215); }
div.DivClassName
{
background-color: #17DCD7;
}
.BgClassName
{
background-color: #17DCD7;
}
</style>
border-color css
<style>
span { border-color: #17DCD7; }
span { border-color: rgb(23,220,215); }
td.TdClassName
{
border-color: #17DCD7;
}
.TagClassName
{
border-color: #17DCD7;
}
</style>