Shades of Bright Turquoise #17ECC5
Tints of Bright Turquoise #17ECC5
RGB
CMYK
RGB Variations
Color information
#17ECC5 (or 0x17ECC5) is known color: Bright Turquoise. HEX triplet: 17, EC and C5. RGB value is (23,236,197). Sum of RGB (Red+Green+Blue) = 23+236+197=456 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.04% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECC5 is #E8133A. Grayscale: #A7A7A7. Windows color (decimal): -15209275 or 12971031. OLE color: 12971031.
HSL color Cylindrical-coordinate representation of color #17ECC5: hue angle of 169.01º 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 #17ECC5 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 197 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.07 |
| HSL | 169.01º | 0.85% | 0.51% | - |
| HSV(B) | 169.01º | 0.9% | 0.93% | - |
| XYZ | 40.43 | 64.2 | 63.09 | - |
| YUV | 167.87 | 144.43 | 24.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 197 | 0.90 | 0 | 0.17 | 0.07 | 169.01 | 0.85 | 0.51 |
| Hex | 17 | EC | C5 | 5A | 0 | 11 | 7 | A9 | 55 | 33 |
| Octal | 27 | 354 | 305 | 132 | 0 | 21 | 7 | 251 | 125 | 63 |
| Binary | 10111 | 11101100 | 11000101 | 1011010 | 0 | 10001 | 111 | 10101001 | 1010101 | 110011 |
Color Harmonies of #17ECC5
Complementary color
Monochromatic Colors of #17ECC5
Black with #17ECC5
Text Example
Text Example
White with #17ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECC5; }
p { color: rgb(23,236,197); }
H1.HeaderClassName
{
color: #17ECC5;
}
.AnyTagClassName
{
color: #17ECC5;
}
</style>
background-color css
<style>
a { background-color: #17ECC5; }
a { background-color: rgb(23,236,197); }
div.DivClassName
{
background-color: #17ECC5;
}
.BgClassName
{
background-color: #17ECC5;
}
</style>
border-color css
<style>
span { border-color: #17ECC5; }
span { border-color: rgb(23,236,197); }
td.TdClassName
{
border-color: #17ECC5;
}
.TagClassName
{
border-color: #17ECC5;
}
</style>