Shades of Bright Turquoise #17D5DC
Tints of Bright Turquoise #17D5DC
RGB
CMYK
RGB Variations
Color information
#17D5DC (or 0x17D5DC) is known color: Bright Turquoise. HEX triplet: 17, D5 and DC. RGB value is (23,213,220). Sum of RGB (Red+Green+Blue) = 23+213+220=456 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.04% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #17D5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D5DC is #E82A23. Grayscale: #9C9C9C. Windows color (decimal): -15215140 or 14472471. OLE color: 14472471.
HSL color Cylindrical-coordinate representation of color #17D5DC: hue angle of 182.13º 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 #17D5DC is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 213 | 220 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.14 |
| HSL | 182.13º | 0.81% | 0.48% | - |
| HSV(B) | 182.13º | 0.9% | 0.86% | - |
| XYZ | 37.07 | 52.94 | 75.97 | - |
| YUV | 156.99 | 163.55 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 213 | 220 | 0.90 | 0.03 | 0 | 0.14 | 182.13 | 0.81 | 0.48 |
| Hex | 17 | D5 | DC | 5A | 3 | 0 | E | B6 | 51 | 30 |
| Octal | 27 | 325 | 334 | 132 | 3 | 0 | 16 | 266 | 121 | 60 |
| Binary | 10111 | 11010101 | 11011100 | 1011010 | 11 | 0 | 1110 | 10110110 | 1010001 | 110000 |
Color Harmonies of #17D5DC
Complementary color
Monochromatic Colors of #17D5DC
Black with #17D5DC
Text Example
Text Example
White with #17D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D5DC; }
p { color: rgb(23,213,220); }
H1.HeaderClassName
{
color: #17D5DC;
}
.AnyTagClassName
{
color: #17D5DC;
}
</style>
background-color css
<style>
a { background-color: #17D5DC; }
a { background-color: rgb(23,213,220); }
div.DivClassName
{
background-color: #17D5DC;
}
.BgClassName
{
background-color: #17D5DC;
}
</style>
border-color css
<style>
span { border-color: #17D5DC; }
span { border-color: rgb(23,213,220); }
td.TdClassName
{
border-color: #17D5DC;
}
.TagClassName
{
border-color: #17D5DC;
}
</style>