Shades of Bright Turquoise #17DFC8
Tints of Bright Turquoise #17DFC8
RGB
CMYK
RGB Variations
Color information
#17DFC8 (or 0x17DFC8) is known color: Bright Turquoise. HEX triplet: 17, DF and C8. RGB value is (23,223,200). Sum of RGB (Red+Green+Blue) = 23+223+200=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFC8 is #E82037. Grayscale: #A0A0A0. Windows color (decimal): -15212600 or 13164311. OLE color: 13164311.
HSL color Cylindrical-coordinate representation of color #17DFC8: hue angle of 173.1º 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 #17DFC8 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 200 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.13 |
| HSL | 173.1º | 0.81% | 0.48% | - |
| HSV(B) | 173.1º | 0.9% | 0.87% | - |
| XYZ | 37.17 | 57.13 | 63.71 | - |
| YUV | 160.58 | 150.24 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 200 | 0.90 | 0 | 0.10 | 0.13 | 173.1 | 0.81 | 0.48 |
| Hex | 17 | DF | C8 | 5A | 0 | A | D | AD | 51 | 30 |
| Octal | 27 | 337 | 310 | 132 | 0 | 12 | 15 | 255 | 121 | 60 |
| Binary | 10111 | 11011111 | 11001000 | 1011010 | 0 | 1010 | 1101 | 10101101 | 1010001 | 110000 |
Color Harmonies of #17DFC8
Complementary color
Monochromatic Colors of #17DFC8
Black with #17DFC8
Text Example
Text Example
White with #17DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFC8; }
p { color: rgb(23,223,200); }
H1.HeaderClassName
{
color: #17DFC8;
}
.AnyTagClassName
{
color: #17DFC8;
}
</style>
background-color css
<style>
a { background-color: #17DFC8; }
a { background-color: rgb(23,223,200); }
div.DivClassName
{
background-color: #17DFC8;
}
.BgClassName
{
background-color: #17DFC8;
}
</style>
border-color css
<style>
span { border-color: #17DFC8; }
span { border-color: rgb(23,223,200); }
td.TdClassName
{
border-color: #17DFC8;
}
.TagClassName
{
border-color: #17DFC8;
}
</style>