Shades of Dark Turquoise #17CFDF
Tints of Dark Turquoise #17CFDF
RGB
CMYK
RGB Variations
Color information
#17CFDF (or 0x17CFDF) is known color: Dark Turquoise. HEX triplet: 17, CF and DF. RGB value is (23,207,223). Sum of RGB (Red+Green+Blue) = 23+207+223=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #17CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFDF is #E83020. Grayscale: #999999. Windows color (decimal): -15216673 or 14667543. OLE color: 14667543.
HSL color Cylindrical-coordinate representation of color #17CFDF: hue angle of 184.8º 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 #17CFDF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 207 | 223 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.13 |
| HSL | 184.8º | 0.81% | 0.48% | - |
| HSV(B) | 184.8º | 0.9% | 0.87% | - |
| XYZ | 35.99 | 50.14 | 77.59 | - |
| YUV | 153.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 223 | 0.90 | 0.07 | 0 | 0.13 | 184.8 | 0.81 | 0.48 |
| Hex | 17 | CF | DF | 5A | 7 | 0 | D | B9 | 51 | 30 |
| Octal | 27 | 317 | 337 | 132 | 7 | 0 | 15 | 271 | 121 | 60 |
| Binary | 10111 | 11001111 | 11011111 | 1011010 | 111 | 0 | 1101 | 10111001 | 1010001 | 110000 |
Color Harmonies of #17CFDF
Complementary color
Monochromatic Colors of #17CFDF
Black with #17CFDF
Text Example
Text Example
White with #17CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFDF; }
p { color: rgb(23,207,223); }
H1.HeaderClassName
{
color: #17CFDF;
}
.AnyTagClassName
{
color: #17CFDF;
}
</style>
background-color css
<style>
a { background-color: #17CFDF; }
a { background-color: rgb(23,207,223); }
div.DivClassName
{
background-color: #17CFDF;
}
.BgClassName
{
background-color: #17CFDF;
}
</style>
border-color css
<style>
span { border-color: #17CFDF; }
span { border-color: rgb(23,207,223); }
td.TdClassName
{
border-color: #17CFDF;
}
.TagClassName
{
border-color: #17CFDF;
}
</style>