Shades of Bright Turquoise #19FACF
Tints of Bright Turquoise #19FACF
RGB
CMYK
RGB Variations
Color information
#19FACF (or 0x19FACF) is known color: Bright Turquoise. HEX triplet: 19, FA and CF. RGB value is (25,250,207). Sum of RGB (Red+Green+Blue) = 25+250+207=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #19FACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FACF is #E60530. Grayscale: #B1B1B1. Windows color (decimal): -15074609 or 13629977. OLE color: 13629977.
HSL color Cylindrical-coordinate representation of color #19FACF: hue angle of 168.53º 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 #19FACF is Cyan = 0.9, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 207 | - |
| CMYK | 0.9 | 0 | 0.17 | 0.02 |
| HSL | 168.53º | 0.96% | 0.54% | - |
| HSV(B) | 168.53º | 0.9% | 0.98% | - |
| XYZ | 45.85 | 73.08 | 70.72 | - |
| YUV | 177.82 | 144.46 | 19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 207 | 0.9 | 0 | 0.17 | 0.02 | 168.53 | 0.96 | 0.54 |
| Hex | 19 | FA | CF | 5A | 0 | 11 | 2 | A9 | 60 | 36 |
| Octal | 31 | 372 | 317 | 132 | 0 | 21 | 2 | 251 | 140 | 66 |
| Binary | 11001 | 11111010 | 11001111 | 1011010 | 0 | 10001 | 10 | 10101001 | 1100000 | 110110 |
Color Harmonies of #19FACF
Complementary color
Monochromatic Colors of #19FACF
Black with #19FACF
Text Example
Text Example
White with #19FACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FACF; }
p { color: rgb(25,250,207); }
H1.HeaderClassName
{
color: #19FACF;
}
.AnyTagClassName
{
color: #19FACF;
}
</style>
background-color css
<style>
a { background-color: #19FACF; }
a { background-color: rgb(25,250,207); }
div.DivClassName
{
background-color: #19FACF;
}
.BgClassName
{
background-color: #19FACF;
}
</style>
border-color css
<style>
span { border-color: #19FACF; }
span { border-color: rgb(25,250,207); }
td.TdClassName
{
border-color: #19FACF;
}
.TagClassName
{
border-color: #19FACF;
}
</style>