Shades of Dark Turquoise #17CBDC
Tints of Dark Turquoise #17CBDC
RGB
CMYK
RGB Variations
Color information
#17CBDC (or 0x17CBDC) is known color: Dark Turquoise. HEX triplet: 17, CB and DC. RGB value is (23,203,220). Sum of RGB (Red+Green+Blue) = 23+203+220=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #17CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBDC is #E83423. Grayscale: #969696. Windows color (decimal): -15217700 or 14469911. OLE color: 14469911.
HSL color Cylindrical-coordinate representation of color #17CBDC: hue angle of 185.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CBDC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 203 | 220 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.14 |
| HSL | 185.18º | 0.81% | 0.48% | - |
| HSV(B) | 185.18º | 0.9% | 0.86% | - |
| XYZ | 34.63 | 48.06 | 75.16 | - |
| YUV | 151.12 | 166.87 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 220 | 0.90 | 0.08 | 0 | 0.14 | 185.18 | 0.81 | 0.48 |
| Hex | 17 | CB | DC | 5A | 8 | 0 | E | B9 | 51 | 30 |
| Octal | 27 | 313 | 334 | 132 | 10 | 0 | 16 | 271 | 121 | 60 |
| Binary | 10111 | 11001011 | 11011100 | 1011010 | 1000 | 0 | 1110 | 10111001 | 1010001 | 110000 |
Color Harmonies of #17CBDC
Complementary color
Monochromatic Colors of #17CBDC
Black with #17CBDC
Text Example
Text Example
White with #17CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBDC; }
p { color: rgb(23,203,220); }
H1.HeaderClassName
{
color: #17CBDC;
}
.AnyTagClassName
{
color: #17CBDC;
}
</style>
background-color css
<style>
a { background-color: #17CBDC; }
a { background-color: rgb(23,203,220); }
div.DivClassName
{
background-color: #17CBDC;
}
.BgClassName
{
background-color: #17CBDC;
}
</style>
border-color css
<style>
span { border-color: #17CBDC; }
span { border-color: rgb(23,203,220); }
td.TdClassName
{
border-color: #17CBDC;
}
.TagClassName
{
border-color: #17CBDC;
}
</style>