Shades of Bright Turquoise #19E5F9
Tints of Bright Turquoise #19E5F9
RGB
CMYK
RGB Variations
Color information
#19E5F9 (or 0x19E5F9) is known color: Bright Turquoise. HEX triplet: 19, E5 and F9. RGB value is (25,229,249). Sum of RGB (Red+Green+Blue) = 25+229+249=503 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.97% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #19E5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E5F9 is #E61A06. Grayscale: #AAAAAA. Windows color (decimal): -15079943 or 16377113. OLE color: 16377113.
HSL color Cylindrical-coordinate representation of color #19E5F9: hue angle of 185.36º degrees, saturation: 0.95, 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 #19E5F9 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 229 | 249 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.02 |
| HSL | 185.36º | 0.95% | 0.54% | - |
| HSV(B) | 185.36º | 0.9% | 0.98% | - |
| XYZ | 45.52 | 63.08 | 99.4 | - |
| YUV | 170.28 | 172.41 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 229 | 249 | 0.90 | 0.08 | 0 | 0.02 | 185.36 | 0.95 | 0.54 |
| Hex | 19 | E5 | F9 | 5A | 8 | 0 | 2 | B9 | 5F | 36 |
| Octal | 31 | 345 | 371 | 132 | 10 | 0 | 2 | 271 | 137 | 66 |
| Binary | 11001 | 11100101 | 11111001 | 1011010 | 1000 | 0 | 10 | 10111001 | 1011111 | 110110 |
Color Harmonies of #19E5F9
Complementary color
Monochromatic Colors of #19E5F9
Black with #19E5F9
Text Example
Text Example
White with #19E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E5F9; }
p { color: rgb(25,229,249); }
H1.HeaderClassName
{
color: #19E5F9;
}
.AnyTagClassName
{
color: #19E5F9;
}
</style>
background-color css
<style>
a { background-color: #19E5F9; }
a { background-color: rgb(25,229,249); }
div.DivClassName
{
background-color: #19E5F9;
}
.BgClassName
{
background-color: #19E5F9;
}
</style>
border-color css
<style>
span { border-color: #19E5F9; }
span { border-color: rgb(25,229,249); }
td.TdClassName
{
border-color: #19E5F9;
}
.TagClassName
{
border-color: #19E5F9;
}
</style>