Shades of Bright Turquoise #19E3C4
Tints of Bright Turquoise #19E3C4
RGB
CMYK
RGB Variations
Color information
#19E3C4 (or 0x19E3C4) is known color: Bright Turquoise. HEX triplet: 19, E3 and C4. RGB value is (25,227,196). Sum of RGB (Red+Green+Blue) = 25+227+196=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #19E3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E3C4 is #E61C3B. Grayscale: #A2A2A2. Windows color (decimal): -15080508 or 12903193. OLE color: 12903193.
HSL color Cylindrical-coordinate representation of color #19E3C4: hue angle of 170.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E3C4 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 196 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.11 |
| HSL | 170.79º | 0.8% | 0.49% | - |
| HSV(B) | 170.79º | 0.89% | 0.89% | - |
| XYZ | 37.83 | 59.13 | 61.64 | - |
| YUV | 163.07 | 146.58 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 196 | 0.89 | 0 | 0.14 | 0.11 | 170.79 | 0.8 | 0.49 |
| Hex | 19 | E3 | C4 | 59 | 0 | E | B | AB | 50 | 31 |
| Octal | 31 | 343 | 304 | 131 | 0 | 16 | 13 | 253 | 120 | 61 |
| Binary | 11001 | 11100011 | 11000100 | 1011001 | 0 | 1110 | 1011 | 10101011 | 1010000 | 110001 |
Color Harmonies of #19E3C4
Complementary color
Monochromatic Colors of #19E3C4
Black with #19E3C4
Text Example
Text Example
White with #19E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E3C4; }
p { color: rgb(25,227,196); }
H1.HeaderClassName
{
color: #19E3C4;
}
.AnyTagClassName
{
color: #19E3C4;
}
</style>
background-color css
<style>
a { background-color: #19E3C4; }
a { background-color: rgb(25,227,196); }
div.DivClassName
{
background-color: #19E3C4;
}
.BgClassName
{
background-color: #19E3C4;
}
</style>
border-color css
<style>
span { border-color: #19E3C4; }
span { border-color: rgb(25,227,196); }
td.TdClassName
{
border-color: #19E3C4;
}
.TagClassName
{
border-color: #19E3C4;
}
</style>