Shades of Bright Turquoise #19ECBB
Tints of Bright Turquoise #19ECBB
RGB
CMYK
RGB Variations
Color information
#19ECBB (or 0x19ECBB) is known color: Bright Turquoise. HEX triplet: 19, EC and BB. RGB value is (25,236,187). Sum of RGB (Red+Green+Blue) = 25+236+187=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECBB is #E61344. Grayscale: #A7A7A7. Windows color (decimal): -15078213 or 12315673. OLE color: 12315673.
HSL color Cylindrical-coordinate representation of color #19ECBB: hue angle of 166.07º 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 #19ECBB is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 187 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.07 |
| HSL | 166.07º | 0.85% | 0.51% | - |
| HSV(B) | 166.07º | 0.89% | 0.93% | - |
| XYZ | 39.37 | 63.79 | 57.25 | - |
| YUV | 167.33 | 139.1 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 187 | 0.89 | 0 | 0.21 | 0.07 | 166.07 | 0.85 | 0.51 |
| Hex | 19 | EC | BB | 59 | 0 | 15 | 7 | A6 | 55 | 33 |
| Octal | 31 | 354 | 273 | 131 | 0 | 25 | 7 | 246 | 125 | 63 |
| Binary | 11001 | 11101100 | 10111011 | 1011001 | 0 | 10101 | 111 | 10100110 | 1010101 | 110011 |
Color Harmonies of #19ECBB
Complementary color
Monochromatic Colors of #19ECBB
Black with #19ECBB
Text Example
Text Example
White with #19ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECBB; }
p { color: rgb(25,236,187); }
H1.HeaderClassName
{
color: #19ECBB;
}
.AnyTagClassName
{
color: #19ECBB;
}
</style>
background-color css
<style>
a { background-color: #19ECBB; }
a { background-color: rgb(25,236,187); }
div.DivClassName
{
background-color: #19ECBB;
}
.BgClassName
{
background-color: #19ECBB;
}
</style>
border-color css
<style>
span { border-color: #19ECBB; }
span { border-color: rgb(25,236,187); }
td.TdClassName
{
border-color: #19ECBB;
}
.TagClassName
{
border-color: #19ECBB;
}
</style>