Shades of Bright Turquoise #19FAE5
Tints of Bright Turquoise #19FAE5
RGB
CMYK
RGB Variations
Color information
#19FAE5 (or 0x19FAE5) is known color: Bright Turquoise. HEX triplet: 19, FA and E5. RGB value is (25,250,229). Sum of RGB (Red+Green+Blue) = 25+250+229=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAE5 is #E6051A. Grayscale: #B4B4B4. Windows color (decimal): -15074587 or 15071769. OLE color: 15071769.
HSL color Cylindrical-coordinate representation of color #19FAE5: hue angle of 174.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 #19FAE5 is Cyan = 0.9, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 229 | - |
| CMYK | 0.9 | 0 | 0.08 | 0.02 |
| HSL | 174.4º | 0.96% | 0.54% | - |
| HSV(B) | 174.4º | 0.9% | 0.98% | - |
| XYZ | 48.73 | 74.24 | 85.89 | - |
| YUV | 180.33 | 155.46 | 17.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 229 | 0.9 | 0 | 0.08 | 0.02 | 174.4 | 0.96 | 0.54 |
| Hex | 19 | FA | E5 | 5A | 0 | 8 | 2 | AE | 60 | 36 |
| Octal | 31 | 372 | 345 | 132 | 0 | 10 | 2 | 256 | 140 | 66 |
| Binary | 11001 | 11111010 | 11100101 | 1011010 | 0 | 1000 | 10 | 10101110 | 1100000 | 110110 |
Color Harmonies of #19FAE5
Complementary color
Monochromatic Colors of #19FAE5
Black with #19FAE5
Text Example
Text Example
White with #19FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FAE5; }
p { color: rgb(25,250,229); }
H1.HeaderClassName
{
color: #19FAE5;
}
.AnyTagClassName
{
color: #19FAE5;
}
</style>
background-color css
<style>
a { background-color: #19FAE5; }
a { background-color: rgb(25,250,229); }
div.DivClassName
{
background-color: #19FAE5;
}
.BgClassName
{
background-color: #19FAE5;
}
</style>
border-color css
<style>
span { border-color: #19FAE5; }
span { border-color: rgb(25,250,229); }
td.TdClassName
{
border-color: #19FAE5;
}
.TagClassName
{
border-color: #19FAE5;
}
</style>