Shades of Bright Turquoise #19F2C6
Tints of Bright Turquoise #19F2C6
RGB
CMYK
RGB Variations
Color information
#19F2C6 (or 0x19F2C6) is known color: Bright Turquoise. HEX triplet: 19, F2 and C6. RGB value is (25,242,198). Sum of RGB (Red+Green+Blue) = 25+242+198=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2C6 is #E60D39. Grayscale: #ACACAC. Windows color (decimal): -15076666 or 13038105. OLE color: 13038105.
HSL color Cylindrical-coordinate representation of color #19F2C6: hue angle of 167.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F2C6 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 198 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.05 |
| HSL | 167.83º | 0.89% | 0.52% | - |
| HSV(B) | 167.83º | 0.9% | 0.95% | - |
| XYZ | 42.35 | 67.79 | 64.28 | - |
| YUV | 172.1 | 142.61 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 198 | 0.90 | 0 | 0.18 | 0.05 | 167.83 | 0.89 | 0.52 |
| Hex | 19 | F2 | C6 | 5A | 0 | 12 | 5 | A8 | 59 | 34 |
| Octal | 31 | 362 | 306 | 132 | 0 | 22 | 5 | 250 | 131 | 64 |
| Binary | 11001 | 11110010 | 11000110 | 1011010 | 0 | 10010 | 101 | 10101000 | 1011001 | 110100 |
Color Harmonies of #19F2C6
Complementary color
Monochromatic Colors of #19F2C6
Black with #19F2C6
Text Example
Text Example
White with #19F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F2C6; }
p { color: rgb(25,242,198); }
H1.HeaderClassName
{
color: #19F2C6;
}
.AnyTagClassName
{
color: #19F2C6;
}
</style>
background-color css
<style>
a { background-color: #19F2C6; }
a { background-color: rgb(25,242,198); }
div.DivClassName
{
background-color: #19F2C6;
}
.BgClassName
{
background-color: #19F2C6;
}
</style>
border-color css
<style>
span { border-color: #19F2C6; }
span { border-color: rgb(25,242,198); }
td.TdClassName
{
border-color: #19F2C6;
}
.TagClassName
{
border-color: #19F2C6;
}
</style>