Shades of Bright Turquoise #19F5EC
Tints of Bright Turquoise #19F5EC
RGB
CMYK
RGB Variations
Color information
#19F5EC (or 0x19F5EC) is known color: Bright Turquoise. HEX triplet: 19, F5 and EC. RGB value is (25,245,236). Sum of RGB (Red+Green+Blue) = 25+245+236=506 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.94% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F5EC is #E60A13. Grayscale: #B2B2B2. Windows color (decimal): -15075860 or 15529241. OLE color: 15529241.
HSL color Cylindrical-coordinate representation of color #19F5EC: hue angle of 177.55º 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 #19F5EC is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 236 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.04 |
| HSL | 177.55º | 0.92% | 0.53% | - |
| HSV(B) | 177.55º | 0.9% | 0.96% | - |
| XYZ | 48.19 | 71.57 | 90.63 | - |
| YUV | 178.19 | 160.61 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 236 | 0.90 | 0 | 0.04 | 0.04 | 177.55 | 0.92 | 0.53 |
| Hex | 19 | F5 | EC | 5A | 0 | 4 | 4 | B2 | 5C | 35 |
| Octal | 31 | 365 | 354 | 132 | 0 | 4 | 4 | 262 | 134 | 65 |
| Binary | 11001 | 11110101 | 11101100 | 1011010 | 0 | 100 | 100 | 10110010 | 1011100 | 110101 |
Color Harmonies of #19F5EC
Complementary color
Monochromatic Colors of #19F5EC
Black with #19F5EC
Text Example
Text Example
White with #19F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F5EC; }
p { color: rgb(25,245,236); }
H1.HeaderClassName
{
color: #19F5EC;
}
.AnyTagClassName
{
color: #19F5EC;
}
</style>
background-color css
<style>
a { background-color: #19F5EC; }
a { background-color: rgb(25,245,236); }
div.DivClassName
{
background-color: #19F5EC;
}
.BgClassName
{
background-color: #19F5EC;
}
</style>
border-color css
<style>
span { border-color: #19F5EC; }
span { border-color: rgb(25,245,236); }
td.TdClassName
{
border-color: #19F5EC;
}
.TagClassName
{
border-color: #19F5EC;
}
</style>