Shades of Bright Turquoise #19F5C2
Tints of Bright Turquoise #19F5C2
RGB
CMYK
RGB Variations
Color information
#19F5C2 (or 0x19F5C2) is known color: Bright Turquoise. HEX triplet: 19, F5 and C2. RGB value is (25,245,194). Sum of RGB (Red+Green+Blue) = 25+245+194=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F5C2 is #E60A3D. Grayscale: #ADADAD. Windows color (decimal): -15075902 or 12776729. OLE color: 12776729.
HSL color Cylindrical-coordinate representation of color #19F5C2: hue angle of 166.09º 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 #19F5C2 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 194 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.04 |
| HSL | 166.09º | 0.92% | 0.53% | - |
| HSV(B) | 166.09º | 0.9% | 0.96% | - |
| XYZ | 42.79 | 69.41 | 62.18 | - |
| YUV | 173.41 | 139.61 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 194 | 0.90 | 0 | 0.21 | 0.04 | 166.09 | 0.92 | 0.53 |
| Hex | 19 | F5 | C2 | 5A | 0 | 15 | 4 | A6 | 5C | 35 |
| Octal | 31 | 365 | 302 | 132 | 0 | 25 | 4 | 246 | 134 | 65 |
| Binary | 11001 | 11110101 | 11000010 | 1011010 | 0 | 10101 | 100 | 10100110 | 1011100 | 110101 |
Color Harmonies of #19F5C2
Complementary color
Monochromatic Colors of #19F5C2
Black with #19F5C2
Text Example
Text Example
White with #19F5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F5C2; }
p { color: rgb(25,245,194); }
H1.HeaderClassName
{
color: #19F5C2;
}
.AnyTagClassName
{
color: #19F5C2;
}
</style>
background-color css
<style>
a { background-color: #19F5C2; }
a { background-color: rgb(25,245,194); }
div.DivClassName
{
background-color: #19F5C2;
}
.BgClassName
{
background-color: #19F5C2;
}
</style>
border-color css
<style>
span { border-color: #19F5C2; }
span { border-color: rgb(25,245,194); }
td.TdClassName
{
border-color: #19F5C2;
}
.TagClassName
{
border-color: #19F5C2;
}
</style>