Shades of Bright Turquoise #19E1F8
Tints of Bright Turquoise #19E1F8
RGB
CMYK
RGB Variations
Color information
#19E1F8 (or 0x19E1F8) is known color: Bright Turquoise. HEX triplet: 19, E1 and F8. RGB value is (25,225,248). Sum of RGB (Red+Green+Blue) = 25+225+248=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #19E1F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E1F8 is #E61E07. Grayscale: #A7A7A7. Windows color (decimal): -15080968 or 16310553. OLE color: 16310553.
HSL color Cylindrical-coordinate representation of color #19E1F8: hue angle of 186.19º 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 #19E1F8 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 225 | 248 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.03 |
| HSL | 186.19º | 0.94% | 0.54% | - |
| HSV(B) | 186.19º | 0.9% | 0.97% | - |
| XYZ | 44.27 | 60.83 | 98.22 | - |
| YUV | 167.82 | 173.24 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 248 | 0.90 | 0.09 | 0 | 0.03 | 186.19 | 0.94 | 0.54 |
| Hex | 19 | E1 | F8 | 5A | 9 | 0 | 3 | BA | 5E | 36 |
| Octal | 31 | 341 | 370 | 132 | 11 | 0 | 3 | 272 | 136 | 66 |
| Binary | 11001 | 11100001 | 11111000 | 1011010 | 1001 | 0 | 11 | 10111010 | 1011110 | 110110 |
Color Harmonies of #19E1F8
Complementary color
Monochromatic Colors of #19E1F8
Black with #19E1F8
Text Example
Text Example
White with #19E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E1F8; }
p { color: rgb(25,225,248); }
H1.HeaderClassName
{
color: #19E1F8;
}
.AnyTagClassName
{
color: #19E1F8;
}
</style>
background-color css
<style>
a { background-color: #19E1F8; }
a { background-color: rgb(25,225,248); }
div.DivClassName
{
background-color: #19E1F8;
}
.BgClassName
{
background-color: #19E1F8;
}
</style>
border-color css
<style>
span { border-color: #19E1F8; }
span { border-color: rgb(25,225,248); }
td.TdClassName
{
border-color: #19E1F8;
}
.TagClassName
{
border-color: #19E1F8;
}
</style>