Shades of Bright Turquoise #19FAE2
Tints of Bright Turquoise #19FAE2
RGB
CMYK
RGB Variations
Color information
#19FAE2 (or 0x19FAE2) is known color: Bright Turquoise. HEX triplet: 19, FA and E2. RGB value is (25,250,226). Sum of RGB (Red+Green+Blue) = 25+250+226=501 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.99% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAE2 is #E6051D. Grayscale: #B3B3B3. Windows color (decimal): -15074590 or 14875161. OLE color: 14875161.
HSL color Cylindrical-coordinate representation of color #19FAE2: hue angle of 173.6º 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 #19FAE2 is Cyan = 0.9, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 226 | - |
| CMYK | 0.9 | 0 | 0.10 | 0.02 |
| HSL | 173.6º | 0.96% | 0.54% | - |
| HSV(B) | 173.6º | 0.9% | 0.98% | - |
| XYZ | 48.31 | 74.07 | 83.7 | - |
| YUV | 179.99 | 153.96 | 17.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 226 | 0.9 | 0 | 0.10 | 0.02 | 173.6 | 0.96 | 0.54 |
| Hex | 19 | FA | E2 | 5A | 0 | A | 2 | AE | 60 | 36 |
| Octal | 31 | 372 | 342 | 132 | 0 | 12 | 2 | 256 | 140 | 66 |
| Binary | 11001 | 11111010 | 11100010 | 1011010 | 0 | 1010 | 10 | 10101110 | 1100000 | 110110 |
Color Harmonies of #19FAE2
Complementary color
Monochromatic Colors of #19FAE2
Black with #19FAE2
Text Example
Text Example
White with #19FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FAE2; }
p { color: rgb(25,250,226); }
H1.HeaderClassName
{
color: #19FAE2;
}
.AnyTagClassName
{
color: #19FAE2;
}
</style>
background-color css
<style>
a { background-color: #19FAE2; }
a { background-color: rgb(25,250,226); }
div.DivClassName
{
background-color: #19FAE2;
}
.BgClassName
{
background-color: #19FAE2;
}
</style>
border-color css
<style>
span { border-color: #19FAE2; }
span { border-color: rgb(25,250,226); }
td.TdClassName
{
border-color: #19FAE2;
}
.TagClassName
{
border-color: #19FAE2;
}
</style>