Shades of Bright Turquoise #19ECCD
Tints of Bright Turquoise #19ECCD
RGB
CMYK
RGB Variations
Color information
#19ECCD (or 0x19ECCD) is known color: Bright Turquoise. HEX triplet: 19, EC and CD. RGB value is (25,236,205). Sum of RGB (Red+Green+Blue) = 25+236+205=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECCD is #E61332. Grayscale: #A9A9A9. Windows color (decimal): -15078195 or 13495321. OLE color: 13495321.
HSL color Cylindrical-coordinate representation of color #19ECCD: hue angle of 171.18º 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 #19ECCD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 205 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.18º | 0.85% | 0.51% | - |
| HSV(B) | 171.18º | 0.89% | 0.93% | - |
| XYZ | 41.42 | 64.61 | 68.04 | - |
| YUV | 169.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 205 | 0.89 | 0 | 0.13 | 0.07 | 171.18 | 0.85 | 0.51 |
| Hex | 19 | EC | CD | 59 | 0 | D | 7 | AB | 55 | 33 |
| Octal | 31 | 354 | 315 | 131 | 0 | 15 | 7 | 253 | 125 | 63 |
| Binary | 11001 | 11101100 | 11001101 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #19ECCD
Complementary color
Monochromatic Colors of #19ECCD
Black with #19ECCD
Text Example
Text Example
White with #19ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECCD; }
p { color: rgb(25,236,205); }
H1.HeaderClassName
{
color: #19ECCD;
}
.AnyTagClassName
{
color: #19ECCD;
}
</style>
background-color css
<style>
a { background-color: #19ECCD; }
a { background-color: rgb(25,236,205); }
div.DivClassName
{
background-color: #19ECCD;
}
.BgClassName
{
background-color: #19ECCD;
}
</style>
border-color css
<style>
span { border-color: #19ECCD; }
span { border-color: rgb(25,236,205); }
td.TdClassName
{
border-color: #19ECCD;
}
.TagClassName
{
border-color: #19ECCD;
}
</style>