Shades of Bright Turquoise #17ECD8
Tints of Bright Turquoise #17ECD8
RGB
CMYK
RGB Variations
Color information
#17ECD8 (or 0x17ECD8) is known color: Bright Turquoise. HEX triplet: 17, EC and D8. RGB value is (23,236,216). Sum of RGB (Red+Green+Blue) = 23+236+216=475 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.84% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECD8 is #E81327. Grayscale: #A9A9A9. Windows color (decimal): -15209256 or 14216215. OLE color: 14216215.
HSL color Cylindrical-coordinate representation of color #17ECD8: hue angle of 174.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ECD8 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 216 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.07 |
| HSL | 174.37º | 0.85% | 0.51% | - |
| HSV(B) | 174.37º | 0.9% | 0.93% | - |
| XYZ | 42.74 | 65.13 | 75.28 | - |
| YUV | 170.03 | 153.93 | 23.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 216 | 0.90 | 0 | 0.08 | 0.07 | 174.37 | 0.85 | 0.51 |
| Hex | 17 | EC | D8 | 5A | 0 | 8 | 7 | AE | 55 | 33 |
| Octal | 27 | 354 | 330 | 132 | 0 | 10 | 7 | 256 | 125 | 63 |
| Binary | 10111 | 11101100 | 11011000 | 1011010 | 0 | 1000 | 111 | 10101110 | 1010101 | 110011 |
Color Harmonies of #17ECD8
Complementary color
Monochromatic Colors of #17ECD8
Black with #17ECD8
Text Example
Text Example
White with #17ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECD8; }
p { color: rgb(23,236,216); }
H1.HeaderClassName
{
color: #17ECD8;
}
.AnyTagClassName
{
color: #17ECD8;
}
</style>
background-color css
<style>
a { background-color: #17ECD8; }
a { background-color: rgb(23,236,216); }
div.DivClassName
{
background-color: #17ECD8;
}
.BgClassName
{
background-color: #17ECD8;
}
</style>
border-color css
<style>
span { border-color: #17ECD8; }
span { border-color: rgb(23,236,216); }
td.TdClassName
{
border-color: #17ECD8;
}
.TagClassName
{
border-color: #17ECD8;
}
</style>