Shades of Dark Turquoise #17CDDC
Tints of Dark Turquoise #17CDDC
RGB
CMYK
RGB Variations
Color information
#17CDDC (or 0x17CDDC) is known color: Dark Turquoise. HEX triplet: 17, CD and DC. RGB value is (23,205,220). Sum of RGB (Red+Green+Blue) = 23+205+220=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #17CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDDC is #E83223. Grayscale: #989898. Windows color (decimal): -15217188 or 14470423. OLE color: 14470423.
HSL color Cylindrical-coordinate representation of color #17CDDC: hue angle of 184.57º 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 #17CDDC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 205 | 220 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.14 |
| HSL | 184.57º | 0.81% | 0.48% | - |
| HSV(B) | 184.57º | 0.9% | 0.86% | - |
| XYZ | 35.1 | 49.01 | 75.32 | - |
| YUV | 152.29 | 166.2 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 220 | 0.90 | 0.07 | 0 | 0.14 | 184.57 | 0.81 | 0.48 |
| Hex | 17 | CD | DC | 5A | 7 | 0 | E | B9 | 51 | 30 |
| Octal | 27 | 315 | 334 | 132 | 7 | 0 | 16 | 271 | 121 | 60 |
| Binary | 10111 | 11001101 | 11011100 | 1011010 | 111 | 0 | 1110 | 10111001 | 1010001 | 110000 |
Color Harmonies of #17CDDC
Complementary color
Monochromatic Colors of #17CDDC
Black with #17CDDC
Text Example
Text Example
White with #17CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDDC; }
p { color: rgb(23,205,220); }
H1.HeaderClassName
{
color: #17CDDC;
}
.AnyTagClassName
{
color: #17CDDC;
}
</style>
background-color css
<style>
a { background-color: #17CDDC; }
a { background-color: rgb(23,205,220); }
div.DivClassName
{
background-color: #17CDDC;
}
.BgClassName
{
background-color: #17CDDC;
}
</style>
border-color css
<style>
span { border-color: #17CDDC; }
span { border-color: rgb(23,205,220); }
td.TdClassName
{
border-color: #17CDDC;
}
.TagClassName
{
border-color: #17CDDC;
}
</style>