Shades of Dark Turquoise #17CED7
Tints of Dark Turquoise #17CED7
RGB
CMYK
RGB Variations
Color information
#17CED7 (or 0x17CED7) is known color: Dark Turquoise. HEX triplet: 17, CE and D7. RGB value is (23,206,215). Sum of RGB (Red+Green+Blue) = 23+206+215=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #17CED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CED7 is #E83128. Grayscale: #989898. Windows color (decimal): -15216937 or 14142999. OLE color: 14142999.
HSL color Cylindrical-coordinate representation of color #17CED7: hue angle of 182.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CED7 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 206 | 215 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.16 |
| HSL | 182.81º | 0.81% | 0.47% | - |
| HSV(B) | 182.81º | 0.89% | 0.84% | - |
| XYZ | 34.69 | 49.23 | 71.96 | - |
| YUV | 152.31 | 163.37 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 215 | 0.89 | 0.04 | 0 | 0.16 | 182.81 | 0.81 | 0.47 |
| Hex | 17 | CE | D7 | 59 | 4 | 0 | 10 | B7 | 51 | 2F |
| Octal | 27 | 316 | 327 | 131 | 4 | 0 | 20 | 267 | 121 | 57 |
| Binary | 10111 | 11001110 | 11010111 | 1011001 | 100 | 0 | 10000 | 10110111 | 1010001 | 101111 |
Color Harmonies of #17CED7
Complementary color
Monochromatic Colors of #17CED7
Black with #17CED7
Text Example
Text Example
White with #17CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CED7; }
p { color: rgb(23,206,215); }
H1.HeaderClassName
{
color: #17CED7;
}
.AnyTagClassName
{
color: #17CED7;
}
</style>
background-color css
<style>
a { background-color: #17CED7; }
a { background-color: rgb(23,206,215); }
div.DivClassName
{
background-color: #17CED7;
}
.BgClassName
{
background-color: #17CED7;
}
</style>
border-color css
<style>
span { border-color: #17CED7; }
span { border-color: rgb(23,206,215); }
td.TdClassName
{
border-color: #17CED7;
}
.TagClassName
{
border-color: #17CED7;
}
</style>