Shades of Dark Turquoise #17CFDD
Tints of Dark Turquoise #17CFDD
RGB
CMYK
RGB Variations
Color information
#17CFDD (or 0x17CFDD) is known color: Dark Turquoise. HEX triplet: 17, CF and DD. RGB value is (23,207,221). Sum of RGB (Red+Green+Blue) = 23+207+221=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #17CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFDD is #E83022. Grayscale: #999999. Windows color (decimal): -15216675 or 14536471. OLE color: 14536471.
HSL color Cylindrical-coordinate representation of color #17CFDD: hue angle of 184.24º 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 #17CFDD is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 207 | 221 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.13 |
| HSL | 184.24º | 0.81% | 0.48% | - |
| HSV(B) | 184.24º | 0.9% | 0.87% | - |
| XYZ | 35.72 | 50.03 | 76.18 | - |
| YUV | 153.58 | 166.04 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 221 | 0.90 | 0.06 | 0 | 0.13 | 184.24 | 0.81 | 0.48 |
| Hex | 17 | CF | DD | 5A | 6 | 0 | D | B8 | 51 | 30 |
| Octal | 27 | 317 | 335 | 132 | 6 | 0 | 15 | 270 | 121 | 60 |
| Binary | 10111 | 11001111 | 11011101 | 1011010 | 110 | 0 | 1101 | 10111000 | 1010001 | 110000 |
Color Harmonies of #17CFDD
Complementary color
Monochromatic Colors of #17CFDD
Black with #17CFDD
Text Example
Text Example
White with #17CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFDD; }
p { color: rgb(23,207,221); }
H1.HeaderClassName
{
color: #17CFDD;
}
.AnyTagClassName
{
color: #17CFDD;
}
</style>
background-color css
<style>
a { background-color: #17CFDD; }
a { background-color: rgb(23,207,221); }
div.DivClassName
{
background-color: #17CFDD;
}
.BgClassName
{
background-color: #17CFDD;
}
</style>
border-color css
<style>
span { border-color: #17CFDD; }
span { border-color: rgb(23,207,221); }
td.TdClassName
{
border-color: #17CFDD;
}
.TagClassName
{
border-color: #17CFDD;
}
</style>