Shades of Bright Turquoise #19F4E7
Tints of Bright Turquoise #19F4E7
RGB
CMYK
RGB Variations
Color information
#19F4E7 (or 0x19F4E7) is known color: Bright Turquoise. HEX triplet: 19, F4 and E7. RGB value is (25,244,231). Sum of RGB (Red+Green+Blue) = 25+244+231=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #19F4E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F4E7 is #E60B18. Grayscale: #B0B0B0. Windows color (decimal): -15076121 or 15201305. OLE color: 15201305.
HSL color Cylindrical-coordinate representation of color #19F4E7: hue angle of 176.44º degrees, saturation: 0.91, 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 #19F4E7 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 231 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.04 |
| HSL | 176.44º | 0.91% | 0.53% | - |
| HSV(B) | 176.44º | 0.9% | 0.96% | - |
| XYZ | 47.18 | 70.68 | 86.76 | - |
| YUV | 177.04 | 158.45 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 231 | 0.90 | 0 | 0.05 | 0.04 | 176.44 | 0.91 | 0.53 |
| Hex | 19 | F4 | E7 | 5A | 0 | 5 | 4 | B0 | 5B | 35 |
| Octal | 31 | 364 | 347 | 132 | 0 | 5 | 4 | 260 | 133 | 65 |
| Binary | 11001 | 11110100 | 11100111 | 1011010 | 0 | 101 | 100 | 10110000 | 1011011 | 110101 |
Color Harmonies of #19F4E7
Complementary color
Monochromatic Colors of #19F4E7
Black with #19F4E7
Text Example
Text Example
White with #19F4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F4E7; }
p { color: rgb(25,244,231); }
H1.HeaderClassName
{
color: #19F4E7;
}
.AnyTagClassName
{
color: #19F4E7;
}
</style>
background-color css
<style>
a { background-color: #19F4E7; }
a { background-color: rgb(25,244,231); }
div.DivClassName
{
background-color: #19F4E7;
}
.BgClassName
{
background-color: #19F4E7;
}
</style>
border-color css
<style>
span { border-color: #19F4E7; }
span { border-color: rgb(25,244,231); }
td.TdClassName
{
border-color: #19F4E7;
}
.TagClassName
{
border-color: #19F4E7;
}
</style>