Shades of Dark Turquoise #17C2DD
Tints of Dark Turquoise #17C2DD
RGB
CMYK
RGB Variations
Color information
#17C2DD (or 0x17C2DD) is known color: Dark Turquoise. HEX triplet: 17, C2 and DD. RGB value is (23,194,221). Sum of RGB (Red+Green+Blue) = 23+194+221=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #17C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C2DD is #E83D22. Grayscale: #919191. Windows color (decimal): -15220003 or 14533143. OLE color: 14533143.
HSL color Cylindrical-coordinate representation of color #17C2DD: hue angle of 188.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17C2DD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 194 | 221 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.13 |
| HSL | 188.18º | 0.81% | 0.48% | - |
| HSV(B) | 188.18º | 0.9% | 0.87% | - |
| XYZ | 32.7 | 43.99 | 75.17 | - |
| YUV | 145.95 | 170.35 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 221 | 0.90 | 0.12 | 0 | 0.13 | 188.18 | 0.81 | 0.48 |
| Hex | 17 | C2 | DD | 5A | C | 0 | D | BC | 51 | 30 |
| Octal | 27 | 302 | 335 | 132 | 14 | 0 | 15 | 274 | 121 | 60 |
| Binary | 10111 | 11000010 | 11011101 | 1011010 | 1100 | 0 | 1101 | 10111100 | 1010001 | 110000 |
Color Harmonies of #17C2DD
Complementary color
Monochromatic Colors of #17C2DD
Black with #17C2DD
Text Example
Text Example
White with #17C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C2DD; }
p { color: rgb(23,194,221); }
H1.HeaderClassName
{
color: #17C2DD;
}
.AnyTagClassName
{
color: #17C2DD;
}
</style>
background-color css
<style>
a { background-color: #17C2DD; }
a { background-color: rgb(23,194,221); }
div.DivClassName
{
background-color: #17C2DD;
}
.BgClassName
{
background-color: #17C2DD;
}
</style>
border-color css
<style>
span { border-color: #17C2DD; }
span { border-color: rgb(23,194,221); }
td.TdClassName
{
border-color: #17C2DD;
}
.TagClassName
{
border-color: #17C2DD;
}
</style>