Shades of Bright Turquoise #19E7DC
Tints of Bright Turquoise #19E7DC
RGB
CMYK
RGB Variations
Color information
#19E7DC (or 0x19E7DC) is known color: Bright Turquoise. HEX triplet: 19, E7 and DC. RGB value is (25,231,220). Sum of RGB (Red+Green+Blue) = 25+231+220=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #19E7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E7DC is #E61823. Grayscale: #A7A7A7. Windows color (decimal): -15079460 or 14477081. OLE color: 14477081.
HSL color Cylindrical-coordinate representation of color #19E7DC: hue angle of 176.8º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E7DC is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 231 | 220 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.09 |
| HSL | 176.8º | 0.81% | 0.5% | - |
| HSV(B) | 176.8º | 0.89% | 0.91% | - |
| XYZ | 41.9 | 62.53 | 77.57 | - |
| YUV | 168.15 | 157.25 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 231 | 220 | 0.89 | 0 | 0.05 | 0.09 | 176.8 | 0.81 | 0.5 |
| Hex | 19 | E7 | DC | 59 | 0 | 5 | 9 | B1 | 51 | 32 |
| Octal | 31 | 347 | 334 | 131 | 0 | 5 | 11 | 261 | 121 | 62 |
| Binary | 11001 | 11100111 | 11011100 | 1011001 | 0 | 101 | 1001 | 10110001 | 1010001 | 110010 |
Color Harmonies of #19E7DC
Complementary color
Monochromatic Colors of #19E7DC
Black with #19E7DC
Text Example
Text Example
White with #19E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E7DC; }
p { color: rgb(25,231,220); }
H1.HeaderClassName
{
color: #19E7DC;
}
.AnyTagClassName
{
color: #19E7DC;
}
</style>
background-color css
<style>
a { background-color: #19E7DC; }
a { background-color: rgb(25,231,220); }
div.DivClassName
{
background-color: #19E7DC;
}
.BgClassName
{
background-color: #19E7DC;
}
</style>
border-color css
<style>
span { border-color: #19E7DC; }
span { border-color: rgb(25,231,220); }
td.TdClassName
{
border-color: #19E7DC;
}
.TagClassName
{
border-color: #19E7DC;
}
</style>