Shades of Bright Turquoise #19FAC3
Tints of Bright Turquoise #19FAC3
RGB
CMYK
RGB Variations
Color information
#19FAC3 (or 0x19FAC3) is known color: Bright Turquoise. HEX triplet: 19, FA and C3. RGB value is (25,250,195). Sum of RGB (Red+Green+Blue) = 25+250+195=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAC3 is #E6053C. Grayscale: #B0B0B0. Windows color (decimal): -15074621 or 12843545. OLE color: 12843545.
HSL color Cylindrical-coordinate representation of color #19FAC3: hue angle of 165.33º 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 #19FAC3 is Cyan = 0.9, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 195 | - |
| CMYK | 0.9 | 0 | 0.22 | 0.02 |
| HSL | 165.33º | 0.96% | 0.54% | - |
| HSV(B) | 165.33º | 0.9% | 0.98% | - |
| XYZ | 44.44 | 72.52 | 63.29 | - |
| YUV | 176.46 | 138.46 | 19.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 195 | 0.9 | 0 | 0.22 | 0.02 | 165.33 | 0.96 | 0.54 |
| Hex | 19 | FA | C3 | 5A | 0 | 16 | 2 | A5 | 60 | 36 |
| Octal | 31 | 372 | 303 | 132 | 0 | 26 | 2 | 245 | 140 | 66 |
| Binary | 11001 | 11111010 | 11000011 | 1011010 | 0 | 10110 | 10 | 10100101 | 1100000 | 110110 |
Color Harmonies of #19FAC3
Complementary color
Monochromatic Colors of #19FAC3
Black with #19FAC3
Text Example
Text Example
White with #19FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FAC3; }
p { color: rgb(25,250,195); }
H1.HeaderClassName
{
color: #19FAC3;
}
.AnyTagClassName
{
color: #19FAC3;
}
</style>
background-color css
<style>
a { background-color: #19FAC3; }
a { background-color: rgb(25,250,195); }
div.DivClassName
{
background-color: #19FAC3;
}
.BgClassName
{
background-color: #19FAC3;
}
</style>
border-color css
<style>
span { border-color: #19FAC3; }
span { border-color: rgb(25,250,195); }
td.TdClassName
{
border-color: #19FAC3;
}
.TagClassName
{
border-color: #19FAC3;
}
</style>