Shades of Bright Turquoise #17DFDD
Tints of Bright Turquoise #17DFDD
RGB
CMYK
RGB Variations
Color information
#17DFDD (or 0x17DFDD) is known color: Bright Turquoise. HEX triplet: 17, DF and DD. RGB value is (23,223,221). Sum of RGB (Red+Green+Blue) = 23+223+221=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFDD is #E82022. Grayscale: #A2A2A2. Windows color (decimal): -15212579 or 14540567. OLE color: 14540567.
HSL color Cylindrical-coordinate representation of color #17DFDD: hue angle of 179.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DFDD is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 221 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.13 |
| HSL | 179.4º | 0.81% | 0.48% | - |
| HSV(B) | 179.4º | 0.9% | 0.87% | - |
| XYZ | 39.79 | 58.18 | 77.54 | - |
| YUV | 162.97 | 160.74 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 221 | 0.90 | 0 | 0.01 | 0.13 | 179.4 | 0.81 | 0.48 |
| Hex | 17 | DF | DD | 5A | 0 | 1 | D | B3 | 51 | 30 |
| Octal | 27 | 337 | 335 | 132 | 0 | 1 | 15 | 263 | 121 | 60 |
| Binary | 10111 | 11011111 | 11011101 | 1011010 | 0 | 1 | 1101 | 10110011 | 1010001 | 110000 |
Color Harmonies of #17DFDD
Complementary color
Monochromatic Colors of #17DFDD
Black with #17DFDD
Text Example
Text Example
White with #17DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFDD; }
p { color: rgb(23,223,221); }
H1.HeaderClassName
{
color: #17DFDD;
}
.AnyTagClassName
{
color: #17DFDD;
}
</style>
background-color css
<style>
a { background-color: #17DFDD; }
a { background-color: rgb(23,223,221); }
div.DivClassName
{
background-color: #17DFDD;
}
.BgClassName
{
background-color: #17DFDD;
}
</style>
border-color css
<style>
span { border-color: #17DFDD; }
span { border-color: rgb(23,223,221); }
td.TdClassName
{
border-color: #17DFDD;
}
.TagClassName
{
border-color: #17DFDD;
}
</style>