Shades of Bright Turquoise #17ECBC
Tints of Bright Turquoise #17ECBC
RGB
CMYK
RGB Variations
Color information
#17ECBC (or 0x17ECBC) is known color: Bright Turquoise. HEX triplet: 17, EC and BC. RGB value is (23,236,188). Sum of RGB (Red+Green+Blue) = 23+236+188=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECBC is #E81343. Grayscale: #A6A6A6. Windows color (decimal): -15209284 or 12381207. OLE color: 12381207.
HSL color Cylindrical-coordinate representation of color #17ECBC: hue angle of 166.48º 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 #17ECBC is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 188 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.07 |
| HSL | 166.48º | 0.85% | 0.51% | - |
| HSV(B) | 166.48º | 0.9% | 0.93% | - |
| XYZ | 39.43 | 63.8 | 57.81 | - |
| YUV | 166.84 | 139.93 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 188 | 0.90 | 0 | 0.20 | 0.07 | 166.48 | 0.85 | 0.51 |
| Hex | 17 | EC | BC | 5A | 0 | 14 | 7 | A6 | 55 | 33 |
| Octal | 27 | 354 | 274 | 132 | 0 | 24 | 7 | 246 | 125 | 63 |
| Binary | 10111 | 11101100 | 10111100 | 1011010 | 0 | 10100 | 111 | 10100110 | 1010101 | 110011 |
Color Harmonies of #17ECBC
Complementary color
Monochromatic Colors of #17ECBC
Black with #17ECBC
Text Example
Text Example
White with #17ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECBC; }
p { color: rgb(23,236,188); }
H1.HeaderClassName
{
color: #17ECBC;
}
.AnyTagClassName
{
color: #17ECBC;
}
</style>
background-color css
<style>
a { background-color: #17ECBC; }
a { background-color: rgb(23,236,188); }
div.DivClassName
{
background-color: #17ECBC;
}
.BgClassName
{
background-color: #17ECBC;
}
</style>
border-color css
<style>
span { border-color: #17ECBC; }
span { border-color: rgb(23,236,188); }
td.TdClassName
{
border-color: #17ECBC;
}
.TagClassName
{
border-color: #17ECBC;
}
</style>