Shades of Bright Turquoise #19ECDB
Tints of Bright Turquoise #19ECDB
RGB
CMYK
RGB Variations
Color information
#19ECDB (or 0x19ECDB) is known color: Bright Turquoise. HEX triplet: 19, EC and DB. RGB value is (25,236,219). Sum of RGB (Red+Green+Blue) = 25+236+219=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECDB is #E61324. Grayscale: #AAAAAA. Windows color (decimal): -15078181 or 14412825. OLE color: 14412825.
HSL color Cylindrical-coordinate representation of color #19ECDB: hue angle of 175.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ECDB is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 219 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.07 |
| HSL | 175.17º | 0.85% | 0.51% | - |
| HSV(B) | 175.17º | 0.89% | 0.93% | - |
| XYZ | 43.18 | 65.31 | 77.35 | - |
| YUV | 170.97 | 155.1 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 219 | 0.89 | 0 | 0.07 | 0.07 | 175.17 | 0.85 | 0.51 |
| Hex | 19 | EC | DB | 59 | 0 | 7 | 7 | AF | 55 | 33 |
| Octal | 31 | 354 | 333 | 131 | 0 | 7 | 7 | 257 | 125 | 63 |
| Binary | 11001 | 11101100 | 11011011 | 1011001 | 0 | 111 | 111 | 10101111 | 1010101 | 110011 |
Color Harmonies of #19ECDB
Complementary color
Monochromatic Colors of #19ECDB
Black with #19ECDB
Text Example
Text Example
White with #19ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECDB; }
p { color: rgb(25,236,219); }
H1.HeaderClassName
{
color: #19ECDB;
}
.AnyTagClassName
{
color: #19ECDB;
}
</style>
background-color css
<style>
a { background-color: #19ECDB; }
a { background-color: rgb(25,236,219); }
div.DivClassName
{
background-color: #19ECDB;
}
.BgClassName
{
background-color: #19ECDB;
}
</style>
border-color css
<style>
span { border-color: #19ECDB; }
span { border-color: rgb(25,236,219); }
td.TdClassName
{
border-color: #19ECDB;
}
.TagClassName
{
border-color: #19ECDB;
}
</style>