Shades of Dark Turquoise #17CCD1
Tints of Dark Turquoise #17CCD1
RGB
CMYK
RGB Variations
Color information
#17CCD1 (or 0x17CCD1) is known color: Dark Turquoise. HEX triplet: 17, CC and D1. RGB value is (23,204,209). Sum of RGB (Red+Green+Blue) = 23+204+209=436 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.28% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #17CCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CCD1 is #E8332E. Grayscale: #969696. Windows color (decimal): -15217455 or 13749271. OLE color: 13749271.
HSL color Cylindrical-coordinate representation of color #17CCD1: hue angle of 181.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CCD1 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 204 | 209 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.18 |
| HSL | 181.61º | 0.8% | 0.45% | - |
| HSV(B) | 181.61º | 0.89% | 0.82% | - |
| XYZ | 33.45 | 47.97 | 67.82 | - |
| YUV | 150.45 | 161.03 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 209 | 0.89 | 0.02 | 0 | 0.18 | 181.61 | 0.8 | 0.45 |
| Hex | 17 | CC | D1 | 59 | 2 | 0 | 12 | B6 | 50 | 2D |
| Octal | 27 | 314 | 321 | 131 | 2 | 0 | 22 | 266 | 120 | 55 |
| Binary | 10111 | 11001100 | 11010001 | 1011001 | 10 | 0 | 10010 | 10110110 | 1010000 | 101101 |
Color Harmonies of #17CCD1
Complementary color
Monochromatic Colors of #17CCD1
Black with #17CCD1
Text Example
Text Example
White with #17CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCD1; }
p { color: rgb(23,204,209); }
H1.HeaderClassName
{
color: #17CCD1;
}
.AnyTagClassName
{
color: #17CCD1;
}
</style>
background-color css
<style>
a { background-color: #17CCD1; }
a { background-color: rgb(23,204,209); }
div.DivClassName
{
background-color: #17CCD1;
}
.BgClassName
{
background-color: #17CCD1;
}
</style>
border-color css
<style>
span { border-color: #17CCD1; }
span { border-color: rgb(23,204,209); }
td.TdClassName
{
border-color: #17CCD1;
}
.TagClassName
{
border-color: #17CCD1;
}
</style>