Shades of Bright Turquoise #17DCDF
Tints of Bright Turquoise #17DCDF
RGB
CMYK
RGB Variations
Color information
#17DCDF (or 0x17DCDF) is known color: Bright Turquoise. HEX triplet: 17, DC and DF. RGB value is (23,220,223). Sum of RGB (Red+Green+Blue) = 23+220+223=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #17DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DCDF is #E82320. Grayscale: #A1A1A1. Windows color (decimal): -15213345 or 14670871. OLE color: 14670871.
HSL color Cylindrical-coordinate representation of color #17DCDF: hue angle of 180.9º 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 #17DCDF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 220 | 223 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.13 |
| HSL | 180.9º | 0.81% | 0.48% | - |
| HSV(B) | 180.9º | 0.9% | 0.87% | - |
| XYZ | 39.27 | 56.7 | 78.69 | - |
| YUV | 161.44 | 162.73 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 223 | 0.90 | 0.01 | 0 | 0.13 | 180.9 | 0.81 | 0.48 |
| Hex | 17 | DC | DF | 5A | 1 | 0 | D | B5 | 51 | 30 |
| Octal | 27 | 334 | 337 | 132 | 1 | 0 | 15 | 265 | 121 | 60 |
| Binary | 10111 | 11011100 | 11011111 | 1011010 | 1 | 0 | 1101 | 10110101 | 1010001 | 110000 |
Color Harmonies of #17DCDF
Complementary color
Monochromatic Colors of #17DCDF
Black with #17DCDF
Text Example
Text Example
White with #17DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCDF; }
p { color: rgb(23,220,223); }
H1.HeaderClassName
{
color: #17DCDF;
}
.AnyTagClassName
{
color: #17DCDF;
}
</style>
background-color css
<style>
a { background-color: #17DCDF; }
a { background-color: rgb(23,220,223); }
div.DivClassName
{
background-color: #17DCDF;
}
.BgClassName
{
background-color: #17DCDF;
}
</style>
border-color css
<style>
span { border-color: #17DCDF; }
span { border-color: rgb(23,220,223); }
td.TdClassName
{
border-color: #17DCDF;
}
.TagClassName
{
border-color: #17DCDF;
}
</style>