Shades of Bright Turquoise #19E6BF
Tints of Bright Turquoise #19E6BF
RGB
CMYK
RGB Variations
Color information
#19E6BF (or 0x19E6BF) is known color: Bright Turquoise. HEX triplet: 19, E6 and BF. RGB value is (25,230,191). Sum of RGB (Red+Green+Blue) = 25+230+191=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #19E6BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E6BF is #E61940. Grayscale: #A4A4A4. Windows color (decimal): -15079745 or 12576281. OLE color: 12576281.
HSL color Cylindrical-coordinate representation of color #19E6BF: hue angle of 168.59º 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 #19E6BF is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 230 | 191 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.10 |
| HSL | 168.59º | 0.8% | 0.5% | - |
| HSV(B) | 168.59º | 0.89% | 0.9% | - |
| XYZ | 38.1 | 60.56 | 58.97 | - |
| YUV | 164.26 | 143.08 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 230 | 191 | 0.89 | 0 | 0.17 | 0.10 | 168.59 | 0.8 | 0.5 |
| Hex | 19 | E6 | BF | 59 | 0 | 11 | A | A9 | 50 | 32 |
| Octal | 31 | 346 | 277 | 131 | 0 | 21 | 12 | 251 | 120 | 62 |
| Binary | 11001 | 11100110 | 10111111 | 1011001 | 0 | 10001 | 1010 | 10101001 | 1010000 | 110010 |
Color Harmonies of #19E6BF
Complementary color
Monochromatic Colors of #19E6BF
Black with #19E6BF
Text Example
Text Example
White with #19E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E6BF; }
p { color: rgb(25,230,191); }
H1.HeaderClassName
{
color: #19E6BF;
}
.AnyTagClassName
{
color: #19E6BF;
}
</style>
background-color css
<style>
a { background-color: #19E6BF; }
a { background-color: rgb(25,230,191); }
div.DivClassName
{
background-color: #19E6BF;
}
.BgClassName
{
background-color: #19E6BF;
}
</style>
border-color css
<style>
span { border-color: #19E6BF; }
span { border-color: rgb(25,230,191); }
td.TdClassName
{
border-color: #19E6BF;
}
.TagClassName
{
border-color: #19E6BF;
}
</style>