Shades of Bright Turquoise #19E3F8
Tints of Bright Turquoise #19E3F8
RGB
CMYK
RGB Variations
Color information
#19E3F8 (or 0x19E3F8) is known color: Bright Turquoise. HEX triplet: 19, E3 and F8. RGB value is (25,227,248). Sum of RGB (Red+Green+Blue) = 25+227+248=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #19E3F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E3F8 is #E61C07. Grayscale: #A8A8A8. Windows color (decimal): -15080456 or 16311065. OLE color: 16311065.
HSL color Cylindrical-coordinate representation of color #19E3F8: hue angle of 185.65º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E3F8 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 227 | 248 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.03 |
| HSL | 185.65º | 0.94% | 0.54% | - |
| HSV(B) | 185.65º | 0.9% | 0.97% | - |
| XYZ | 44.81 | 61.92 | 98.4 | - |
| YUV | 169 | 172.58 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 248 | 0.90 | 0.08 | 0 | 0.03 | 185.65 | 0.94 | 0.54 |
| Hex | 19 | E3 | F8 | 5A | 8 | 0 | 3 | BA | 5E | 36 |
| Octal | 31 | 343 | 370 | 132 | 10 | 0 | 3 | 272 | 136 | 66 |
| Binary | 11001 | 11100011 | 11111000 | 1011010 | 1000 | 0 | 11 | 10111010 | 1011110 | 110110 |
Color Harmonies of #19E3F8
Complementary color
Monochromatic Colors of #19E3F8
Black with #19E3F8
Text Example
Text Example
White with #19E3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E3F8; }
p { color: rgb(25,227,248); }
H1.HeaderClassName
{
color: #19E3F8;
}
.AnyTagClassName
{
color: #19E3F8;
}
</style>
background-color css
<style>
a { background-color: #19E3F8; }
a { background-color: rgb(25,227,248); }
div.DivClassName
{
background-color: #19E3F8;
}
.BgClassName
{
background-color: #19E3F8;
}
</style>
border-color css
<style>
span { border-color: #19E3F8; }
span { border-color: rgb(25,227,248); }
td.TdClassName
{
border-color: #19E3F8;
}
.TagClassName
{
border-color: #19E3F8;
}
</style>