Shades of Bright Turquoise #19F3C5
Tints of Bright Turquoise #19F3C5
RGB
CMYK
RGB Variations
Color information
#19F3C5 (or 0x19F3C5) is known color: Bright Turquoise. HEX triplet: 19, F3 and C5. RGB value is (25,243,197). Sum of RGB (Red+Green+Blue) = 25+243+197=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #19F3C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F3C5 is #E60C3A. Grayscale: #ACACAC. Windows color (decimal): -15076411 or 12972825. OLE color: 12972825.
HSL color Cylindrical-coordinate representation of color #19F3C5: hue angle of 167.34º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F3C5 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 197 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.05 |
| HSL | 167.34º | 0.9% | 0.53% | - |
| HSV(B) | 167.34º | 0.9% | 0.95% | - |
| XYZ | 42.53 | 68.34 | 63.77 | - |
| YUV | 172.57 | 141.78 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 197 | 0.90 | 0 | 0.19 | 0.05 | 167.34 | 0.9 | 0.53 |
| Hex | 19 | F3 | C5 | 5A | 0 | 13 | 5 | A7 | 5A | 35 |
| Octal | 31 | 363 | 305 | 132 | 0 | 23 | 5 | 247 | 132 | 65 |
| Binary | 11001 | 11110011 | 11000101 | 1011010 | 0 | 10011 | 101 | 10100111 | 1011010 | 110101 |
Color Harmonies of #19F3C5
Complementary color
Monochromatic Colors of #19F3C5
Black with #19F3C5
Text Example
Text Example
White with #19F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F3C5; }
p { color: rgb(25,243,197); }
H1.HeaderClassName
{
color: #19F3C5;
}
.AnyTagClassName
{
color: #19F3C5;
}
</style>
background-color css
<style>
a { background-color: #19F3C5; }
a { background-color: rgb(25,243,197); }
div.DivClassName
{
background-color: #19F3C5;
}
.BgClassName
{
background-color: #19F3C5;
}
</style>
border-color css
<style>
span { border-color: #19F3C5; }
span { border-color: rgb(25,243,197); }
td.TdClassName
{
border-color: #19F3C5;
}
.TagClassName
{
border-color: #19F3C5;
}
</style>