Shades of Bright Turquoise #19E1DF
Tints of Bright Turquoise #19E1DF
RGB
CMYK
RGB Variations
Color information
#19E1DF (or 0x19E1DF) is known color: Bright Turquoise. HEX triplet: 19, E1 and DF. RGB value is (25,225,223). Sum of RGB (Red+Green+Blue) = 25+225+223=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #19E1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E1DF is #E61E20. Grayscale: #A4A4A4. Windows color (decimal): -15080993 or 14672153. OLE color: 14672153.
HSL color Cylindrical-coordinate representation of color #19E1DF: hue angle of 179.4º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E1DF is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 223 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.12 |
| HSL | 179.4º | 0.8% | 0.49% | - |
| HSV(B) | 179.4º | 0.89% | 0.88% | - |
| XYZ | 40.65 | 59.38 | 79.13 | - |
| YUV | 164.97 | 160.74 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 223 | 0.89 | 0 | 0.01 | 0.12 | 179.4 | 0.8 | 0.49 |
| Hex | 19 | E1 | DF | 59 | 0 | 1 | C | B3 | 50 | 31 |
| Octal | 31 | 341 | 337 | 131 | 0 | 1 | 14 | 263 | 120 | 61 |
| Binary | 11001 | 11100001 | 11011111 | 1011001 | 0 | 1 | 1100 | 10110011 | 1010000 | 110001 |
Color Harmonies of #19E1DF
Complementary color
Monochromatic Colors of #19E1DF
Black with #19E1DF
Text Example
Text Example
White with #19E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E1DF; }
p { color: rgb(25,225,223); }
H1.HeaderClassName
{
color: #19E1DF;
}
.AnyTagClassName
{
color: #19E1DF;
}
</style>
background-color css
<style>
a { background-color: #19E1DF; }
a { background-color: rgb(25,225,223); }
div.DivClassName
{
background-color: #19E1DF;
}
.BgClassName
{
background-color: #19E1DF;
}
</style>
border-color css
<style>
span { border-color: #19E1DF; }
span { border-color: rgb(25,225,223); }
td.TdClassName
{
border-color: #19E1DF;
}
.TagClassName
{
border-color: #19E1DF;
}
</style>