Shades of Dark Turquoise #17CFD8
Tints of Dark Turquoise #17CFD8
RGB
CMYK
RGB Variations
Color information
#17CFD8 (or 0x17CFD8) is known color: Dark Turquoise. HEX triplet: 17, CF and D8. RGB value is (23,207,216). Sum of RGB (Red+Green+Blue) = 23+207+216=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #17CFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFD8 is #E83027. Grayscale: #989898. Windows color (decimal): -15216680 or 14208791. OLE color: 14208791.
HSL color Cylindrical-coordinate representation of color #17CFD8: hue angle of 182.8º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CFD8 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 207 | 216 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.15 |
| HSL | 182.8º | 0.81% | 0.47% | - |
| HSV(B) | 182.8º | 0.89% | 0.85% | - |
| XYZ | 35.06 | 49.77 | 72.72 | - |
| YUV | 153.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 216 | 0.89 | 0.04 | 0 | 0.15 | 182.8 | 0.81 | 0.47 |
| Hex | 17 | CF | D8 | 59 | 4 | 0 | F | B7 | 51 | 2F |
| Octal | 27 | 317 | 330 | 131 | 4 | 0 | 17 | 267 | 121 | 57 |
| Binary | 10111 | 11001111 | 11011000 | 1011001 | 100 | 0 | 1111 | 10110111 | 1010001 | 101111 |
Color Harmonies of #17CFD8
Complementary color
Monochromatic Colors of #17CFD8
Black with #17CFD8
Text Example
Text Example
White with #17CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFD8; }
p { color: rgb(23,207,216); }
H1.HeaderClassName
{
color: #17CFD8;
}
.AnyTagClassName
{
color: #17CFD8;
}
</style>
background-color css
<style>
a { background-color: #17CFD8; }
a { background-color: rgb(23,207,216); }
div.DivClassName
{
background-color: #17CFD8;
}
.BgClassName
{
background-color: #17CFD8;
}
</style>
border-color css
<style>
span { border-color: #17CFD8; }
span { border-color: rgb(23,207,216); }
td.TdClassName
{
border-color: #17CFD8;
}
.TagClassName
{
border-color: #17CFD8;
}
</style>