Shades of Dark Turquoise #17C3DC
Tints of Dark Turquoise #17C3DC
RGB
CMYK
RGB Variations
Color information
#17C3DC (or 0x17C3DC) is known color: Dark Turquoise. HEX triplet: 17, C3 and DC. RGB value is (23,195,220). Sum of RGB (Red+Green+Blue) = 23+195+220=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #17C3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C3DC is #E83C23. Grayscale: #929292. Windows color (decimal): -15219748 or 14467863. OLE color: 14467863.
HSL color Cylindrical-coordinate representation of color #17C3DC: hue angle of 187.61º 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 #17C3DC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 195 | 220 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.14 |
| HSL | 187.61º | 0.81% | 0.48% | - |
| HSV(B) | 187.61º | 0.9% | 0.86% | - |
| XYZ | 32.79 | 44.38 | 74.55 | - |
| YUV | 146.42 | 169.52 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 195 | 220 | 0.90 | 0.11 | 0 | 0.14 | 187.61 | 0.81 | 0.48 |
| Hex | 17 | C3 | DC | 5A | B | 0 | E | BC | 51 | 30 |
| Octal | 27 | 303 | 334 | 132 | 13 | 0 | 16 | 274 | 121 | 60 |
| Binary | 10111 | 11000011 | 11011100 | 1011010 | 1011 | 0 | 1110 | 10111100 | 1010001 | 110000 |
Color Harmonies of #17C3DC
Complementary color
Monochromatic Colors of #17C3DC
Black with #17C3DC
Text Example
Text Example
White with #17C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C3DC; }
p { color: rgb(23,195,220); }
H1.HeaderClassName
{
color: #17C3DC;
}
.AnyTagClassName
{
color: #17C3DC;
}
</style>
background-color css
<style>
a { background-color: #17C3DC; }
a { background-color: rgb(23,195,220); }
div.DivClassName
{
background-color: #17C3DC;
}
.BgClassName
{
background-color: #17C3DC;
}
</style>
border-color css
<style>
span { border-color: #17C3DC; }
span { border-color: rgb(23,195,220); }
td.TdClassName
{
border-color: #17C3DC;
}
.TagClassName
{
border-color: #17C3DC;
}
</style>