Shades of Bright Turquoise #17DBD3
Tints of Bright Turquoise #17DBD3
RGB
CMYK
RGB Variations
Color information
#17DBD3 (or 0x17DBD3) is known color: Bright Turquoise. HEX triplet: 17, DB and D3. RGB value is (23,219,211). Sum of RGB (Red+Green+Blue) = 23+219+211=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #17DBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DBD3 is #E8242C. Grayscale: #9F9F9F. Windows color (decimal): -15213613 or 13884183. OLE color: 13884183.
HSL color Cylindrical-coordinate representation of color #17DBD3: hue angle of 177.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17DBD3 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 211 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.14 |
| HSL | 177.55º | 0.81% | 0.47% | - |
| HSV(B) | 177.55º | 0.89% | 0.86% | - |
| XYZ | 37.44 | 55.55 | 70.38 | - |
| YUV | 159.48 | 157.07 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 211 | 0.89 | 0 | 0.04 | 0.14 | 177.55 | 0.81 | 0.47 |
| Hex | 17 | DB | D3 | 59 | 0 | 4 | E | B2 | 51 | 2F |
| Octal | 27 | 333 | 323 | 131 | 0 | 4 | 16 | 262 | 121 | 57 |
| Binary | 10111 | 11011011 | 11010011 | 1011001 | 0 | 100 | 1110 | 10110010 | 1010001 | 101111 |
Color Harmonies of #17DBD3
Complementary color
Monochromatic Colors of #17DBD3
Black with #17DBD3
Text Example
Text Example
White with #17DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBD3; }
p { color: rgb(23,219,211); }
H1.HeaderClassName
{
color: #17DBD3;
}
.AnyTagClassName
{
color: #17DBD3;
}
</style>
background-color css
<style>
a { background-color: #17DBD3; }
a { background-color: rgb(23,219,211); }
div.DivClassName
{
background-color: #17DBD3;
}
.BgClassName
{
background-color: #17DBD3;
}
</style>
border-color css
<style>
span { border-color: #17DBD3; }
span { border-color: rgb(23,219,211); }
td.TdClassName
{
border-color: #17DBD3;
}
.TagClassName
{
border-color: #17DBD3;
}
</style>