Shades of Dark Turquoise #17CEDF
Tints of Dark Turquoise #17CEDF
RGB
CMYK
RGB Variations
Color information
#17CEDF (or 0x17CEDF) is known color: Dark Turquoise. HEX triplet: 17, CE and DF. RGB value is (23,206,223). Sum of RGB (Red+Green+Blue) = 23+206+223=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #17CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CEDF is #E83120. Grayscale: #989898. Windows color (decimal): -15216929 or 14667287. OLE color: 14667287.
HSL color Cylindrical-coordinate representation of color #17CEDF: hue angle of 185.1º 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 #17CEDF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 206 | 223 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.13 |
| HSL | 185.1º | 0.81% | 0.48% | - |
| HSV(B) | 185.1º | 0.9% | 0.87% | - |
| XYZ | 35.74 | 49.65 | 77.51 | - |
| YUV | 153.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 223 | 0.90 | 0.08 | 0 | 0.13 | 185.1 | 0.81 | 0.48 |
| Hex | 17 | CE | DF | 5A | 8 | 0 | D | B9 | 51 | 30 |
| Octal | 27 | 316 | 337 | 132 | 10 | 0 | 15 | 271 | 121 | 60 |
| Binary | 10111 | 11001110 | 11011111 | 1011010 | 1000 | 0 | 1101 | 10111001 | 1010001 | 110000 |
Color Harmonies of #17CEDF
Complementary color
Monochromatic Colors of #17CEDF
Black with #17CEDF
Text Example
Text Example
White with #17CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEDF; }
p { color: rgb(23,206,223); }
H1.HeaderClassName
{
color: #17CEDF;
}
.AnyTagClassName
{
color: #17CEDF;
}
</style>
background-color css
<style>
a { background-color: #17CEDF; }
a { background-color: rgb(23,206,223); }
div.DivClassName
{
background-color: #17CEDF;
}
.BgClassName
{
background-color: #17CEDF;
}
</style>
border-color css
<style>
span { border-color: #17CEDF; }
span { border-color: rgb(23,206,223); }
td.TdClassName
{
border-color: #17CEDF;
}
.TagClassName
{
border-color: #17CEDF;
}
</style>