Shades of Bright Turquoise #19FADA
Tints of Bright Turquoise #19FADA
RGB
CMYK
RGB Variations
Color information
#19FADA (or 0x19FADA) is known color: Bright Turquoise. HEX triplet: 19, FA and DA. RGB value is (25,250,218). Sum of RGB (Red+Green+Blue) = 25+250+218=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #19FADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FADA is #E60525. Grayscale: #B2B2B2. Windows color (decimal): -15074598 or 14350873. OLE color: 14350873.
HSL color Cylindrical-coordinate representation of color #19FADA: hue angle of 171.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FADA is Cyan = 0.9, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 218 | - |
| CMYK | 0.9 | 0 | 0.13 | 0.02 |
| HSL | 171.47º | 0.96% | 0.54% | - |
| HSV(B) | 171.47º | 0.9% | 0.98% | - |
| XYZ | 47.24 | 73.64 | 78.05 | - |
| YUV | 179.08 | 149.96 | 18.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 218 | 0.9 | 0 | 0.13 | 0.02 | 171.47 | 0.96 | 0.54 |
| Hex | 19 | FA | DA | 5A | 0 | D | 2 | AB | 60 | 36 |
| Octal | 31 | 372 | 332 | 132 | 0 | 15 | 2 | 253 | 140 | 66 |
| Binary | 11001 | 11111010 | 11011010 | 1011010 | 0 | 1101 | 10 | 10101011 | 1100000 | 110110 |
Color Harmonies of #19FADA
Complementary color
Monochromatic Colors of #19FADA
Black with #19FADA
Text Example
Text Example
White with #19FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FADA; }
p { color: rgb(25,250,218); }
H1.HeaderClassName
{
color: #19FADA;
}
.AnyTagClassName
{
color: #19FADA;
}
</style>
background-color css
<style>
a { background-color: #19FADA; }
a { background-color: rgb(25,250,218); }
div.DivClassName
{
background-color: #19FADA;
}
.BgClassName
{
background-color: #19FADA;
}
</style>
border-color css
<style>
span { border-color: #19FADA; }
span { border-color: rgb(25,250,218); }
td.TdClassName
{
border-color: #19FADA;
}
.TagClassName
{
border-color: #19FADA;
}
</style>