Shades of Dark Turquoise #17C4DF
Tints of Dark Turquoise #17C4DF
RGB
CMYK
RGB Variations
Color information
#17C4DF (or 0x17C4DF) is known color: Dark Turquoise. HEX triplet: 17, C4 and DF. RGB value is (23,196,223). Sum of RGB (Red+Green+Blue) = 23+196+223=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #17C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C4DF is #E83B20. Grayscale: #939393. Windows color (decimal): -15219489 or 14664727. OLE color: 14664727.
HSL color Cylindrical-coordinate representation of color #17C4DF: hue angle of 188.1º 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 #17C4DF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 196 | 223 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.13 |
| HSL | 188.1º | 0.81% | 0.48% | - |
| HSV(B) | 188.1º | 0.9% | 0.87% | - |
| XYZ | 33.41 | 44.99 | 76.73 | - |
| YUV | 147.35 | 170.69 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 196 | 223 | 0.90 | 0.12 | 0 | 0.13 | 188.1 | 0.81 | 0.48 |
| Hex | 17 | C4 | DF | 5A | C | 0 | D | BC | 51 | 30 |
| Octal | 27 | 304 | 337 | 132 | 14 | 0 | 15 | 274 | 121 | 60 |
| Binary | 10111 | 11000100 | 11011111 | 1011010 | 1100 | 0 | 1101 | 10111100 | 1010001 | 110000 |
Color Harmonies of #17C4DF
Complementary color
Monochromatic Colors of #17C4DF
Black with #17C4DF
Text Example
Text Example
White with #17C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C4DF; }
p { color: rgb(23,196,223); }
H1.HeaderClassName
{
color: #17C4DF;
}
.AnyTagClassName
{
color: #17C4DF;
}
</style>
background-color css
<style>
a { background-color: #17C4DF; }
a { background-color: rgb(23,196,223); }
div.DivClassName
{
background-color: #17C4DF;
}
.BgClassName
{
background-color: #17C4DF;
}
</style>
border-color css
<style>
span { border-color: #17C4DF; }
span { border-color: rgb(23,196,223); }
td.TdClassName
{
border-color: #17C4DF;
}
.TagClassName
{
border-color: #17C4DF;
}
</style>