Shades of Bright Turquoise #17ECDB
Tints of Bright Turquoise #17ECDB
RGB
CMYK
RGB Variations
Color information
#17ECDB (or 0x17ECDB) is known color: Bright Turquoise. HEX triplet: 17, EC and DB. RGB value is (23,236,219). Sum of RGB (Red+Green+Blue) = 23+236+219=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECDB is #E81324. Grayscale: #AAAAAA. Windows color (decimal): -15209253 or 14412823. OLE color: 14412823.
HSL color Cylindrical-coordinate representation of color #17ECDB: hue angle of 175.21º 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 #17ECDB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 219 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.07 |
| HSL | 175.21º | 0.85% | 0.51% | - |
| HSV(B) | 175.21º | 0.9% | 0.93% | - |
| XYZ | 43.13 | 65.29 | 77.35 | - |
| YUV | 170.38 | 155.43 | 22.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 219 | 0.90 | 0 | 0.07 | 0.07 | 175.21 | 0.85 | 0.51 |
| Hex | 17 | EC | DB | 5A | 0 | 7 | 7 | AF | 55 | 33 |
| Octal | 27 | 354 | 333 | 132 | 0 | 7 | 7 | 257 | 125 | 63 |
| Binary | 10111 | 11101100 | 11011011 | 1011010 | 0 | 111 | 111 | 10101111 | 1010101 | 110011 |
Color Harmonies of #17ECDB
Complementary color
Monochromatic Colors of #17ECDB
Black with #17ECDB
Text Example
Text Example
White with #17ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECDB; }
p { color: rgb(23,236,219); }
H1.HeaderClassName
{
color: #17ECDB;
}
.AnyTagClassName
{
color: #17ECDB;
}
</style>
background-color css
<style>
a { background-color: #17ECDB; }
a { background-color: rgb(23,236,219); }
div.DivClassName
{
background-color: #17ECDB;
}
.BgClassName
{
background-color: #17ECDB;
}
</style>
border-color css
<style>
span { border-color: #17ECDB; }
span { border-color: rgb(23,236,219); }
td.TdClassName
{
border-color: #17ECDB;
}
.TagClassName
{
border-color: #17ECDB;
}
</style>