Shades of Bright Turquoise #17ECDD
Tints of Bright Turquoise #17ECDD
RGB
CMYK
RGB Variations
Color information
#17ECDD (or 0x17ECDD) is known color: Bright Turquoise. HEX triplet: 17, EC and DD. RGB value is (23,236,221). Sum of RGB (Red+Green+Blue) = 23+236+221=480 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.79% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECDD is #E81322. Grayscale: #AAAAAA. Windows color (decimal): -15209251 or 14543895. OLE color: 14543895.
HSL color Cylindrical-coordinate representation of color #17ECDD: hue angle of 175.77º 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 #17ECDD is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 221 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.07 |
| HSL | 175.77º | 0.85% | 0.51% | - |
| HSV(B) | 175.77º | 0.9% | 0.93% | - |
| XYZ | 43.4 | 65.39 | 78.74 | - |
| YUV | 170.6 | 156.43 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 221 | 0.90 | 0 | 0.06 | 0.07 | 175.77 | 0.85 | 0.51 |
| Hex | 17 | EC | DD | 5A | 0 | 6 | 7 | B0 | 55 | 33 |
| Octal | 27 | 354 | 335 | 132 | 0 | 6 | 7 | 260 | 125 | 63 |
| Binary | 10111 | 11101100 | 11011101 | 1011010 | 0 | 110 | 111 | 10110000 | 1010101 | 110011 |
Color Harmonies of #17ECDD
Complementary color
Monochromatic Colors of #17ECDD
Black with #17ECDD
Text Example
Text Example
White with #17ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECDD; }
p { color: rgb(23,236,221); }
H1.HeaderClassName
{
color: #17ECDD;
}
.AnyTagClassName
{
color: #17ECDD;
}
</style>
background-color css
<style>
a { background-color: #17ECDD; }
a { background-color: rgb(23,236,221); }
div.DivClassName
{
background-color: #17ECDD;
}
.BgClassName
{
background-color: #17ECDD;
}
</style>
border-color css
<style>
span { border-color: #17ECDD; }
span { border-color: rgb(23,236,221); }
td.TdClassName
{
border-color: #17ECDD;
}
.TagClassName
{
border-color: #17ECDD;
}
</style>