Shades of Bright Turquoise #19E2F6
Tints of Bright Turquoise #19E2F6
RGB
CMYK
RGB Variations
Color information
#19E2F6 (or 0x19E2F6) is known color: Bright Turquoise. HEX triplet: 19, E2 and F6. RGB value is (25,226,246). Sum of RGB (Red+Green+Blue) = 25+226+246=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #19E2F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E2F6 is #E61D09. Grayscale: #A7A7A7. Windows color (decimal): -15080714 or 16179737. OLE color: 16179737.
HSL color Cylindrical-coordinate representation of color #19E2F6: hue angle of 185.43º 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 #19E2F6 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 226 | 246 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.04 |
| HSL | 185.43º | 0.92% | 0.53% | - |
| HSV(B) | 185.43º | 0.9% | 0.96% | - |
| XYZ | 44.23 | 61.25 | 96.68 | - |
| YUV | 168.18 | 171.91 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 246 | 0.90 | 0.08 | 0 | 0.04 | 185.43 | 0.92 | 0.53 |
| Hex | 19 | E2 | F6 | 5A | 8 | 0 | 4 | B9 | 5C | 35 |
| Octal | 31 | 342 | 366 | 132 | 10 | 0 | 4 | 271 | 134 | 65 |
| Binary | 11001 | 11100010 | 11110110 | 1011010 | 1000 | 0 | 100 | 10111001 | 1011100 | 110101 |
Color Harmonies of #19E2F6
Complementary color
Monochromatic Colors of #19E2F6
Black with #19E2F6
Text Example
Text Example
White with #19E2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2F6; }
p { color: rgb(25,226,246); }
H1.HeaderClassName
{
color: #19E2F6;
}
.AnyTagClassName
{
color: #19E2F6;
}
</style>
background-color css
<style>
a { background-color: #19E2F6; }
a { background-color: rgb(25,226,246); }
div.DivClassName
{
background-color: #19E2F6;
}
.BgClassName
{
background-color: #19E2F6;
}
</style>
border-color css
<style>
span { border-color: #19E2F6; }
span { border-color: rgb(25,226,246); }
td.TdClassName
{
border-color: #19E2F6;
}
.TagClassName
{
border-color: #19E2F6;
}
</style>