Shades of Bright Turquoise #19F6C5
Tints of Bright Turquoise #19F6C5
RGB
CMYK
RGB Variations
Color information
#19F6C5 (or 0x19F6C5) is known color: Bright Turquoise. HEX triplet: 19, F6 and C5. RGB value is (25,246,197). Sum of RGB (Red+Green+Blue) = 25+246+197=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #19F6C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F6C5 is #E6093A. Grayscale: #AEAEAE. Windows color (decimal): -15075643 or 12973593. OLE color: 12973593.
HSL color Cylindrical-coordinate representation of color #19F6C5: hue angle of 166.7º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F6C5 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 246 | 197 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.04 |
| HSL | 166.7º | 0.92% | 0.53% | - |
| HSV(B) | 166.7º | 0.9% | 0.96% | - |
| XYZ | 43.43 | 70.15 | 64.07 | - |
| YUV | 174.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 246 | 197 | 0.90 | 0 | 0.20 | 0.04 | 166.7 | 0.92 | 0.53 |
| Hex | 19 | F6 | C5 | 5A | 0 | 14 | 4 | A7 | 5C | 35 |
| Octal | 31 | 366 | 305 | 132 | 0 | 24 | 4 | 247 | 134 | 65 |
| Binary | 11001 | 11110110 | 11000101 | 1011010 | 0 | 10100 | 100 | 10100111 | 1011100 | 110101 |
Color Harmonies of #19F6C5
Complementary color
Monochromatic Colors of #19F6C5
Black with #19F6C5
Text Example
Text Example
White with #19F6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F6C5; }
p { color: rgb(25,246,197); }
H1.HeaderClassName
{
color: #19F6C5;
}
.AnyTagClassName
{
color: #19F6C5;
}
</style>
background-color css
<style>
a { background-color: #19F6C5; }
a { background-color: rgb(25,246,197); }
div.DivClassName
{
background-color: #19F6C5;
}
.BgClassName
{
background-color: #19F6C5;
}
</style>
border-color css
<style>
span { border-color: #19F6C5; }
span { border-color: rgb(25,246,197); }
td.TdClassName
{
border-color: #19F6C5;
}
.TagClassName
{
border-color: #19F6C5;
}
</style>