Shades of Bright Turquoise #19FADF
Tints of Bright Turquoise #19FADF
RGB
CMYK
RGB Variations
Color information
#19FADF (or 0x19FADF) is known color: Bright Turquoise. HEX triplet: 19, FA and DF. RGB value is (25,250,223). Sum of RGB (Red+Green+Blue) = 25+250+223=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #19FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FADF is #E60520. Grayscale: #B3B3B3. Windows color (decimal): -15074593 or 14678553. OLE color: 14678553.
HSL color Cylindrical-coordinate representation of color #19FADF: hue angle of 172.8º 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 #19FADF is Cyan = 0.9, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 223 | - |
| CMYK | 0.9 | 0 | 0.11 | 0.02 |
| HSL | 172.8º | 0.96% | 0.54% | - |
| HSV(B) | 172.8º | 0.9% | 0.98% | - |
| XYZ | 47.91 | 73.91 | 81.55 | - |
| YUV | 179.65 | 152.46 | 17.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 223 | 0.9 | 0 | 0.11 | 0.02 | 172.8 | 0.96 | 0.54 |
| Hex | 19 | FA | DF | 5A | 0 | B | 2 | AD | 60 | 36 |
| Octal | 31 | 372 | 337 | 132 | 0 | 13 | 2 | 255 | 140 | 66 |
| Binary | 11001 | 11111010 | 11011111 | 1011010 | 0 | 1011 | 10 | 10101101 | 1100000 | 110110 |
Color Harmonies of #19FADF
Complementary color
Monochromatic Colors of #19FADF
Black with #19FADF
Text Example
Text Example
White with #19FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FADF; }
p { color: rgb(25,250,223); }
H1.HeaderClassName
{
color: #19FADF;
}
.AnyTagClassName
{
color: #19FADF;
}
</style>
background-color css
<style>
a { background-color: #19FADF; }
a { background-color: rgb(25,250,223); }
div.DivClassName
{
background-color: #19FADF;
}
.BgClassName
{
background-color: #19FADF;
}
</style>
border-color css
<style>
span { border-color: #19FADF; }
span { border-color: rgb(25,250,223); }
td.TdClassName
{
border-color: #19FADF;
}
.TagClassName
{
border-color: #19FADF;
}
</style>