Shades of Bright Turquoise #17D4DC
Tints of Bright Turquoise #17D4DC
RGB
CMYK
RGB Variations
Color information
#17D4DC (or 0x17D4DC) is known color: Bright Turquoise. HEX triplet: 17, D4 and DC. RGB value is (23,212,220). Sum of RGB (Red+Green+Blue) = 23+212+220=455 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.05% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #17D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D4DC is #E82B23. Grayscale: #9C9C9C. Windows color (decimal): -15215396 or 14472215. OLE color: 14472215.
HSL color Cylindrical-coordinate representation of color #17D4DC: hue angle of 182.44º 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 #17D4DC is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 212 | 220 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.14 |
| HSL | 182.44º | 0.81% | 0.48% | - |
| HSV(B) | 182.44º | 0.9% | 0.86% | - |
| XYZ | 36.82 | 52.44 | 75.89 | - |
| YUV | 156.4 | 163.88 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 212 | 220 | 0.90 | 0.04 | 0 | 0.14 | 182.44 | 0.81 | 0.48 |
| Hex | 17 | D4 | DC | 5A | 4 | 0 | E | B6 | 51 | 30 |
| Octal | 27 | 324 | 334 | 132 | 4 | 0 | 16 | 266 | 121 | 60 |
| Binary | 10111 | 11010100 | 11011100 | 1011010 | 100 | 0 | 1110 | 10110110 | 1010001 | 110000 |
Color Harmonies of #17D4DC
Complementary color
Monochromatic Colors of #17D4DC
Black with #17D4DC
Text Example
Text Example
White with #17D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D4DC; }
p { color: rgb(23,212,220); }
H1.HeaderClassName
{
color: #17D4DC;
}
.AnyTagClassName
{
color: #17D4DC;
}
</style>
background-color css
<style>
a { background-color: #17D4DC; }
a { background-color: rgb(23,212,220); }
div.DivClassName
{
background-color: #17D4DC;
}
.BgClassName
{
background-color: #17D4DC;
}
</style>
border-color css
<style>
span { border-color: #17D4DC; }
span { border-color: rgb(23,212,220); }
td.TdClassName
{
border-color: #17D4DC;
}
.TagClassName
{
border-color: #17D4DC;
}
</style>