Shades of Dark Turquoise #17CCDC
Tints of Dark Turquoise #17CCDC
RGB
CMYK
RGB Variations
Color information
#17CCDC (or 0x17CCDC) is known color: Dark Turquoise. HEX triplet: 17, CC and DC. RGB value is (23,204,220). Sum of RGB (Red+Green+Blue) = 23+204+220=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #17CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CCDC is #E83323. Grayscale: #979797. Windows color (decimal): -15217444 or 14470167. OLE color: 14470167.
HSL color Cylindrical-coordinate representation of color #17CCDC: hue angle of 184.87º 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 #17CCDC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 204 | 220 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.14 |
| HSL | 184.87º | 0.81% | 0.48% | - |
| HSV(B) | 184.87º | 0.9% | 0.86% | - |
| XYZ | 34.86 | 48.54 | 75.24 | - |
| YUV | 151.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 220 | 0.90 | 0.07 | 0 | 0.14 | 184.87 | 0.81 | 0.48 |
| Hex | 17 | CC | DC | 5A | 7 | 0 | E | B9 | 51 | 30 |
| Octal | 27 | 314 | 334 | 132 | 7 | 0 | 16 | 271 | 121 | 60 |
| Binary | 10111 | 11001100 | 11011100 | 1011010 | 111 | 0 | 1110 | 10111001 | 1010001 | 110000 |
Color Harmonies of #17CCDC
Complementary color
Monochromatic Colors of #17CCDC
Black with #17CCDC
Text Example
Text Example
White with #17CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCDC; }
p { color: rgb(23,204,220); }
H1.HeaderClassName
{
color: #17CCDC;
}
.AnyTagClassName
{
color: #17CCDC;
}
</style>
background-color css
<style>
a { background-color: #17CCDC; }
a { background-color: rgb(23,204,220); }
div.DivClassName
{
background-color: #17CCDC;
}
.BgClassName
{
background-color: #17CCDC;
}
</style>
border-color css
<style>
span { border-color: #17CCDC; }
span { border-color: rgb(23,204,220); }
td.TdClassName
{
border-color: #17CCDC;
}
.TagClassName
{
border-color: #17CCDC;
}
</style>