Shades of Bright Turquoise #19E2FA
Tints of Bright Turquoise #19E2FA
RGB
CMYK
RGB Variations
Color information
#19E2FA (or 0x19E2FA) is known color: Bright Turquoise. HEX triplet: 19, E2 and FA. RGB value is (25,226,250). Sum of RGB (Red+Green+Blue) = 25+226+250=501 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.99% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #19E2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E2FA is #E61D05. Grayscale: #A8A8A8. Windows color (decimal): -15080710 or 16441881. OLE color: 16441881.
HSL color Cylindrical-coordinate representation of color #19E2FA: hue angle of 186.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E2FA is Cyan = 0.9, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 226 | 250 | - |
| CMYK | 0.9 | 0.10 | 0 | 0.02 |
| HSL | 186.4º | 0.96% | 0.54% | - |
| HSV(B) | 186.4º | 0.9% | 0.98% | - |
| XYZ | 44.85 | 61.5 | 99.95 | - |
| YUV | 168.64 | 173.91 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 250 | 0.9 | 0.10 | 0 | 0.02 | 186.4 | 0.96 | 0.54 |
| Hex | 19 | E2 | FA | 5A | A | 0 | 2 | BA | 60 | 36 |
| Octal | 31 | 342 | 372 | 132 | 12 | 0 | 2 | 272 | 140 | 66 |
| Binary | 11001 | 11100010 | 11111010 | 1011010 | 1010 | 0 | 10 | 10111010 | 1100000 | 110110 |
Color Harmonies of #19E2FA
Complementary color
Monochromatic Colors of #19E2FA
Black with #19E2FA
Text Example
Text Example
White with #19E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2FA; }
p { color: rgb(25,226,250); }
H1.HeaderClassName
{
color: #19E2FA;
}
.AnyTagClassName
{
color: #19E2FA;
}
</style>
background-color css
<style>
a { background-color: #19E2FA; }
a { background-color: rgb(25,226,250); }
div.DivClassName
{
background-color: #19E2FA;
}
.BgClassName
{
background-color: #19E2FA;
}
</style>
border-color css
<style>
span { border-color: #19E2FA; }
span { border-color: rgb(25,226,250); }
td.TdClassName
{
border-color: #19E2FA;
}
.TagClassName
{
border-color: #19E2FA;
}
</style>