Shades of Bright Turquoise #19E9DF
Tints of Bright Turquoise #19E9DF
RGB
CMYK
RGB Variations
Color information
#19E9DF (or 0x19E9DF) is known color: Bright Turquoise. HEX triplet: 19, E9 and DF. RGB value is (25,233,223). Sum of RGB (Red+Green+Blue) = 25+233+223=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9DF is #E61620. Grayscale: #A9A9A9. Windows color (decimal): -15078945 or 14674201. OLE color: 14674201.
HSL color Cylindrical-coordinate representation of color #19E9DF: hue angle of 177.12º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E9DF is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 233 | 223 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.09 |
| HSL | 177.12º | 0.83% | 0.51% | - |
| HSV(B) | 177.12º | 0.89% | 0.91% | - |
| XYZ | 42.86 | 63.81 | 79.87 | - |
| YUV | 169.67 | 158.09 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 233 | 223 | 0.89 | 0 | 0.04 | 0.09 | 177.12 | 0.83 | 0.51 |
| Hex | 19 | E9 | DF | 59 | 0 | 4 | 9 | B1 | 53 | 33 |
| Octal | 31 | 351 | 337 | 131 | 0 | 4 | 11 | 261 | 123 | 63 |
| Binary | 11001 | 11101001 | 11011111 | 1011001 | 0 | 100 | 1001 | 10110001 | 1010011 | 110011 |
Color Harmonies of #19E9DF
Complementary color
Monochromatic Colors of #19E9DF
Black with #19E9DF
Text Example
Text Example
White with #19E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E9DF; }
p { color: rgb(25,233,223); }
H1.HeaderClassName
{
color: #19E9DF;
}
.AnyTagClassName
{
color: #19E9DF;
}
</style>
background-color css
<style>
a { background-color: #19E9DF; }
a { background-color: rgb(25,233,223); }
div.DivClassName
{
background-color: #19E9DF;
}
.BgClassName
{
background-color: #19E9DF;
}
</style>
border-color css
<style>
span { border-color: #19E9DF; }
span { border-color: rgb(25,233,223); }
td.TdClassName
{
border-color: #19E9DF;
}
.TagClassName
{
border-color: #19E9DF;
}
</style>