Shades of Bright Turquoise #19FADC
Tints of Bright Turquoise #19FADC
RGB
CMYK
RGB Variations
Color information
#19FADC (or 0x19FADC) is known color: Bright Turquoise. HEX triplet: 19, FA and DC. RGB value is (25,250,220). Sum of RGB (Red+Green+Blue) = 25+250+220=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #19FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FADC is #E60523. Grayscale: #B3B3B3. Windows color (decimal): -15074596 or 14481945. OLE color: 14481945.
HSL color Cylindrical-coordinate representation of color #19FADC: hue angle of 172º 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 #19FADC is Cyan = 0.9, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 220 | - |
| CMYK | 0.9 | 0 | 0.12 | 0.02 |
| HSL | 172º | 0.96% | 0.54% | - |
| HSV(B) | 172º | 0.9% | 0.98% | - |
| XYZ | 47.5 | 73.75 | 79.44 | - |
| YUV | 179.31 | 150.96 | 17.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 220 | 0.9 | 0 | 0.12 | 0.02 | 172 | 0.96 | 0.54 |
| Hex | 19 | FA | DC | 5A | 0 | C | 2 | AC | 60 | 36 |
| Octal | 31 | 372 | 334 | 132 | 0 | 14 | 2 | 254 | 140 | 66 |
| Binary | 11001 | 11111010 | 11011100 | 1011010 | 0 | 1100 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #19FADC
Complementary color
Monochromatic Colors of #19FADC
Black with #19FADC
Text Example
Text Example
White with #19FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FADC; }
p { color: rgb(25,250,220); }
H1.HeaderClassName
{
color: #19FADC;
}
.AnyTagClassName
{
color: #19FADC;
}
</style>
background-color css
<style>
a { background-color: #19FADC; }
a { background-color: rgb(25,250,220); }
div.DivClassName
{
background-color: #19FADC;
}
.BgClassName
{
background-color: #19FADC;
}
</style>
border-color css
<style>
span { border-color: #19FADC; }
span { border-color: rgb(25,250,220); }
td.TdClassName
{
border-color: #19FADC;
}
.TagClassName
{
border-color: #19FADC;
}
</style>