Shades of Bright Turquoise #19E5CA
Tints of Bright Turquoise #19E5CA
RGB
CMYK
RGB Variations
Color information
#19E5CA (or 0x19E5CA) is known color: Bright Turquoise. HEX triplet: 19, E5 and CA. RGB value is (25,229,202). Sum of RGB (Red+Green+Blue) = 25+229+202=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #19E5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E5CA is #E61A35. Grayscale: #A4A4A4. Windows color (decimal): -15079990 or 13296921. OLE color: 13296921.
HSL color Cylindrical-coordinate representation of color #19E5CA: hue angle of 172.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E5CA is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 229 | 202 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.10 |
| HSL | 172.06º | 0.8% | 0.5% | - |
| HSV(B) | 172.06º | 0.89% | 0.9% | - |
| XYZ | 39.08 | 60.51 | 65.5 | - |
| YUV | 164.93 | 148.91 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 229 | 202 | 0.89 | 0 | 0.12 | 0.10 | 172.06 | 0.8 | 0.5 |
| Hex | 19 | E5 | CA | 59 | 0 | C | A | AC | 50 | 32 |
| Octal | 31 | 345 | 312 | 131 | 0 | 14 | 12 | 254 | 120 | 62 |
| Binary | 11001 | 11100101 | 11001010 | 1011001 | 0 | 1100 | 1010 | 10101100 | 1010000 | 110010 |
Color Harmonies of #19E5CA
Complementary color
Monochromatic Colors of #19E5CA
Black with #19E5CA
Text Example
Text Example
White with #19E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E5CA; }
p { color: rgb(25,229,202); }
H1.HeaderClassName
{
color: #19E5CA;
}
.AnyTagClassName
{
color: #19E5CA;
}
</style>
background-color css
<style>
a { background-color: #19E5CA; }
a { background-color: rgb(25,229,202); }
div.DivClassName
{
background-color: #19E5CA;
}
.BgClassName
{
background-color: #19E5CA;
}
</style>
border-color css
<style>
span { border-color: #19E5CA; }
span { border-color: rgb(25,229,202); }
td.TdClassName
{
border-color: #19E5CA;
}
.TagClassName
{
border-color: #19E5CA;
}
</style>