Shades of Dark Turquoise #17CFDB
Tints of Dark Turquoise #17CFDB
RGB
CMYK
RGB Variations
Color information
#17CFDB (or 0x17CFDB) is known color: Dark Turquoise. HEX triplet: 17, CF and DB. RGB value is (23,207,219). Sum of RGB (Red+Green+Blue) = 23+207+219=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #17CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFDB is #E83024. Grayscale: #999999. Windows color (decimal): -15216677 or 14405399. OLE color: 14405399.
HSL color Cylindrical-coordinate representation of color #17CFDB: hue angle of 183.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CFDB is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 207 | 219 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.14 |
| HSL | 183.67º | 0.81% | 0.47% | - |
| HSV(B) | 183.67º | 0.89% | 0.86% | - |
| XYZ | 35.45 | 49.92 | 74.79 | - |
| YUV | 153.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 219 | 0.89 | 0.05 | 0 | 0.14 | 183.67 | 0.81 | 0.47 |
| Hex | 17 | CF | DB | 59 | 5 | 0 | E | B8 | 51 | 2F |
| Octal | 27 | 317 | 333 | 131 | 5 | 0 | 16 | 270 | 121 | 57 |
| Binary | 10111 | 11001111 | 11011011 | 1011001 | 101 | 0 | 1110 | 10111000 | 1010001 | 101111 |
Color Harmonies of #17CFDB
Complementary color
Monochromatic Colors of #17CFDB
Black with #17CFDB
Text Example
Text Example
White with #17CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFDB; }
p { color: rgb(23,207,219); }
H1.HeaderClassName
{
color: #17CFDB;
}
.AnyTagClassName
{
color: #17CFDB;
}
</style>
background-color css
<style>
a { background-color: #17CFDB; }
a { background-color: rgb(23,207,219); }
div.DivClassName
{
background-color: #17CFDB;
}
.BgClassName
{
background-color: #17CFDB;
}
</style>
border-color css
<style>
span { border-color: #17CFDB; }
span { border-color: rgb(23,207,219); }
td.TdClassName
{
border-color: #17CFDB;
}
.TagClassName
{
border-color: #17CFDB;
}
</style>