Shades of Dark Turquoise #17CDD8
Tints of Dark Turquoise #17CDD8
RGB
CMYK
RGB Variations
Color information
#17CDD8 (or 0x17CDD8) is known color: Dark Turquoise. HEX triplet: 17, CD and D8. RGB value is (23,205,216). Sum of RGB (Red+Green+Blue) = 23+205+216=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #17CDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDD8 is #E83227. Grayscale: #979797. Windows color (decimal): -15217192 or 14208279. OLE color: 14208279.
HSL color Cylindrical-coordinate representation of color #17CDD8: hue angle of 183.42º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CDD8 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 205 | 216 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.15 |
| HSL | 183.42º | 0.81% | 0.47% | - |
| HSV(B) | 183.42º | 0.89% | 0.85% | - |
| XYZ | 34.58 | 48.8 | 72.56 | - |
| YUV | 151.84 | 164.2 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 216 | 0.89 | 0.05 | 0 | 0.15 | 183.42 | 0.81 | 0.47 |
| Hex | 17 | CD | D8 | 59 | 5 | 0 | F | B7 | 51 | 2F |
| Octal | 27 | 315 | 330 | 131 | 5 | 0 | 17 | 267 | 121 | 57 |
| Binary | 10111 | 11001101 | 11011000 | 1011001 | 101 | 0 | 1111 | 10110111 | 1010001 | 101111 |
Color Harmonies of #17CDD8
Complementary color
Monochromatic Colors of #17CDD8
Black with #17CDD8
Text Example
Text Example
White with #17CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDD8; }
p { color: rgb(23,205,216); }
H1.HeaderClassName
{
color: #17CDD8;
}
.AnyTagClassName
{
color: #17CDD8;
}
</style>
background-color css
<style>
a { background-color: #17CDD8; }
a { background-color: rgb(23,205,216); }
div.DivClassName
{
background-color: #17CDD8;
}
.BgClassName
{
background-color: #17CDD8;
}
</style>
border-color css
<style>
span { border-color: #17CDD8; }
span { border-color: rgb(23,205,216); }
td.TdClassName
{
border-color: #17CDD8;
}
.TagClassName
{
border-color: #17CDD8;
}
</style>