Shades of Dark Turquoise #17CBDE
Tints of Dark Turquoise #17CBDE
RGB
CMYK
RGB Variations
Color information
#17CBDE (or 0x17CBDE) is known color: Dark Turquoise. HEX triplet: 17, CB and DE. RGB value is (23,203,222). Sum of RGB (Red+Green+Blue) = 23+203+222=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #17CBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBDE is #E83421. Grayscale: #979797. Windows color (decimal): -15217698 or 14600983. OLE color: 14600983.
HSL color Cylindrical-coordinate representation of color #17CBDE: hue angle of 185.73º 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 #17CBDE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 203 | 222 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.13 |
| HSL | 185.73º | 0.81% | 0.48% | - |
| HSV(B) | 185.73º | 0.9% | 0.87% | - |
| XYZ | 34.89 | 48.17 | 76.57 | - |
| YUV | 151.35 | 167.87 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 222 | 0.90 | 0.09 | 0 | 0.13 | 185.73 | 0.81 | 0.48 |
| Hex | 17 | CB | DE | 5A | 9 | 0 | D | BA | 51 | 30 |
| Octal | 27 | 313 | 336 | 132 | 11 | 0 | 15 | 272 | 121 | 60 |
| Binary | 10111 | 11001011 | 11011110 | 1011010 | 1001 | 0 | 1101 | 10111010 | 1010001 | 110000 |
Color Harmonies of #17CBDE
Complementary color
Monochromatic Colors of #17CBDE
Black with #17CBDE
Text Example
Text Example
White with #17CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBDE; }
p { color: rgb(23,203,222); }
H1.HeaderClassName
{
color: #17CBDE;
}
.AnyTagClassName
{
color: #17CBDE;
}
</style>
background-color css
<style>
a { background-color: #17CBDE; }
a { background-color: rgb(23,203,222); }
div.DivClassName
{
background-color: #17CBDE;
}
.BgClassName
{
background-color: #17CBDE;
}
</style>
border-color css
<style>
span { border-color: #17CBDE; }
span { border-color: rgb(23,203,222); }
td.TdClassName
{
border-color: #17CBDE;
}
.TagClassName
{
border-color: #17CBDE;
}
</style>