Shades of Bright Turquoise #19EACB
Tints of Bright Turquoise #19EACB
RGB
CMYK
RGB Variations
Color information
#19EACB (or 0x19EACB) is known color: Bright Turquoise. HEX triplet: 19, EA and CB. RGB value is (25,234,203). Sum of RGB (Red+Green+Blue) = 25+234+203=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #19EACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EACB is #E61534. Grayscale: #A7A7A7. Windows color (decimal): -15078709 or 13363737. OLE color: 13363737.
HSL color Cylindrical-coordinate representation of color #19EACB: hue angle of 171.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EACB is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 203 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.08 |
| HSL | 171.1º | 0.83% | 0.51% | - |
| HSV(B) | 171.1º | 0.89% | 0.92% | - |
| XYZ | 40.6 | 63.36 | 66.59 | - |
| YUV | 167.98 | 147.76 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 203 | 0.89 | 0 | 0.13 | 0.08 | 171.1 | 0.83 | 0.51 |
| Hex | 19 | EA | CB | 59 | 0 | D | 8 | AB | 53 | 33 |
| Octal | 31 | 352 | 313 | 131 | 0 | 15 | 10 | 253 | 123 | 63 |
| Binary | 11001 | 11101010 | 11001011 | 1011001 | 0 | 1101 | 1000 | 10101011 | 1010011 | 110011 |
Color Harmonies of #19EACB
Complementary color
Monochromatic Colors of #19EACB
Black with #19EACB
Text Example
Text Example
White with #19EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EACB; }
p { color: rgb(25,234,203); }
H1.HeaderClassName
{
color: #19EACB;
}
.AnyTagClassName
{
color: #19EACB;
}
</style>
background-color css
<style>
a { background-color: #19EACB; }
a { background-color: rgb(25,234,203); }
div.DivClassName
{
background-color: #19EACB;
}
.BgClassName
{
background-color: #19EACB;
}
</style>
border-color css
<style>
span { border-color: #19EACB; }
span { border-color: rgb(25,234,203); }
td.TdClassName
{
border-color: #19EACB;
}
.TagClassName
{
border-color: #19EACB;
}
</style>