Shades of Dark Turquoise #17CBD3
Tints of Dark Turquoise #17CBD3
RGB
CMYK
RGB Variations
Color information
#17CBD3 (or 0x17CBD3) is known color: Dark Turquoise. HEX triplet: 17, CB and D3. RGB value is (23,203,211). Sum of RGB (Red+Green+Blue) = 23+203+211=437 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.26% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #17CBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBD3 is #E8342C. Grayscale: #959595. Windows color (decimal): -15217709 or 13880087. OLE color: 13880087.
HSL color Cylindrical-coordinate representation of color #17CBD3: hue angle of 182.55º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CBD3 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 203 | 211 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.17 |
| HSL | 182.55º | 0.8% | 0.46% | - |
| HSV(B) | 182.55º | 0.89% | 0.83% | - |
| XYZ | 33.47 | 47.6 | 69.05 | - |
| YUV | 150.09 | 162.37 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 211 | 0.89 | 0.04 | 0 | 0.17 | 182.55 | 0.8 | 0.46 |
| Hex | 17 | CB | D3 | 59 | 4 | 0 | 11 | B7 | 50 | 2E |
| Octal | 27 | 313 | 323 | 131 | 4 | 0 | 21 | 267 | 120 | 56 |
| Binary | 10111 | 11001011 | 11010011 | 1011001 | 100 | 0 | 10001 | 10110111 | 1010000 | 101110 |
Color Harmonies of #17CBD3
Complementary color
Monochromatic Colors of #17CBD3
Black with #17CBD3
Text Example
Text Example
White with #17CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBD3; }
p { color: rgb(23,203,211); }
H1.HeaderClassName
{
color: #17CBD3;
}
.AnyTagClassName
{
color: #17CBD3;
}
</style>
background-color css
<style>
a { background-color: #17CBD3; }
a { background-color: rgb(23,203,211); }
div.DivClassName
{
background-color: #17CBD3;
}
.BgClassName
{
background-color: #17CBD3;
}
</style>
border-color css
<style>
span { border-color: #17CBD3; }
span { border-color: rgb(23,203,211); }
td.TdClassName
{
border-color: #17CBD3;
}
.TagClassName
{
border-color: #17CBD3;
}
</style>