Shades of Bright Turquoise #17DCD1
Tints of Bright Turquoise #17DCD1
RGB
CMYK
RGB Variations
Color information
#17DCD1 (or 0x17DCD1) is known color: Bright Turquoise. HEX triplet: 17, DC and D1. RGB value is (23,220,209). Sum of RGB (Red+Green+Blue) = 23+220+209=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #17DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DCD1 is #E8232E. Grayscale: #9F9F9F. Windows color (decimal): -15213359 or 13753367. OLE color: 13753367.
HSL color Cylindrical-coordinate representation of color #17DCD1: hue angle of 176.65º 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 #17DCD1 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 209 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.14 |
| HSL | 176.65º | 0.81% | 0.48% | - |
| HSV(B) | 176.65º | 0.9% | 0.86% | - |
| XYZ | 37.46 | 55.97 | 69.15 | - |
| YUV | 159.84 | 155.73 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 209 | 0.90 | 0 | 0.05 | 0.14 | 176.65 | 0.81 | 0.48 |
| Hex | 17 | DC | D1 | 5A | 0 | 5 | E | B1 | 51 | 30 |
| Octal | 27 | 334 | 321 | 132 | 0 | 5 | 16 | 261 | 121 | 60 |
| Binary | 10111 | 11011100 | 11010001 | 1011010 | 0 | 101 | 1110 | 10110001 | 1010001 | 110000 |
Color Harmonies of #17DCD1
Complementary color
Monochromatic Colors of #17DCD1
Black with #17DCD1
Text Example
Text Example
White with #17DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCD1; }
p { color: rgb(23,220,209); }
H1.HeaderClassName
{
color: #17DCD1;
}
.AnyTagClassName
{
color: #17DCD1;
}
</style>
background-color css
<style>
a { background-color: #17DCD1; }
a { background-color: rgb(23,220,209); }
div.DivClassName
{
background-color: #17DCD1;
}
.BgClassName
{
background-color: #17DCD1;
}
</style>
border-color css
<style>
span { border-color: #17DCD1; }
span { border-color: rgb(23,220,209); }
td.TdClassName
{
border-color: #17DCD1;
}
.TagClassName
{
border-color: #17DCD1;
}
</style>