Shades of Bright Turquoise #19E6BE
Tints of Bright Turquoise #19E6BE
RGB
CMYK
RGB Variations
Color information
#19E6BE (or 0x19E6BE) is known color: Bright Turquoise. HEX triplet: 19, E6 and BE. RGB value is (25,230,190). Sum of RGB (Red+Green+Blue) = 25+230+190=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #19E6BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E6BE is #E61941. Grayscale: #A4A4A4. Windows color (decimal): -15079746 or 12510745. OLE color: 12510745.
HSL color Cylindrical-coordinate representation of color #19E6BE: hue angle of 168.29º 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 #19E6BE is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 230 | 190 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.10 |
| HSL | 168.29º | 0.8% | 0.5% | - |
| HSV(B) | 168.29º | 0.89% | 0.9% | - |
| XYZ | 37.99 | 60.52 | 58.39 | - |
| YUV | 164.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 230 | 190 | 0.89 | 0 | 0.17 | 0.10 | 168.29 | 0.8 | 0.5 |
| Hex | 19 | E6 | BE | 59 | 0 | 11 | A | A8 | 50 | 32 |
| Octal | 31 | 346 | 276 | 131 | 0 | 21 | 12 | 250 | 120 | 62 |
| Binary | 11001 | 11100110 | 10111110 | 1011001 | 0 | 10001 | 1010 | 10101000 | 1010000 | 110010 |
Color Harmonies of #19E6BE
Complementary color
Monochromatic Colors of #19E6BE
Black with #19E6BE
Text Example
Text Example
White with #19E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E6BE; }
p { color: rgb(25,230,190); }
H1.HeaderClassName
{
color: #19E6BE;
}
.AnyTagClassName
{
color: #19E6BE;
}
</style>
background-color css
<style>
a { background-color: #19E6BE; }
a { background-color: rgb(25,230,190); }
div.DivClassName
{
background-color: #19E6BE;
}
.BgClassName
{
background-color: #19E6BE;
}
</style>
border-color css
<style>
span { border-color: #19E6BE; }
span { border-color: rgb(25,230,190); }
td.TdClassName
{
border-color: #19E6BE;
}
.TagClassName
{
border-color: #19E6BE;
}
</style>