Shades of Bright Turquoise #19E2F8
Tints of Bright Turquoise #19E2F8
RGB
CMYK
RGB Variations
Color information
#19E2F8 (or 0x19E2F8) is known color: Bright Turquoise. HEX triplet: 19, E2 and F8. RGB value is (25,226,248). Sum of RGB (Red+Green+Blue) = 25+226+248=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #19E2F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E2F8 is #E61D07. Grayscale: #A8A8A8. Windows color (decimal): -15080712 or 16310809. OLE color: 16310809.
HSL color Cylindrical-coordinate representation of color #19E2F8: hue angle of 185.92º 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 #19E2F8 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 226 | 248 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.03 |
| HSL | 185.92º | 0.94% | 0.54% | - |
| HSV(B) | 185.92º | 0.9% | 0.97% | - |
| XYZ | 44.54 | 61.38 | 98.31 | - |
| YUV | 168.41 | 172.91 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 248 | 0.90 | 0.09 | 0 | 0.03 | 185.92 | 0.94 | 0.54 |
| Hex | 19 | E2 | F8 | 5A | 9 | 0 | 3 | BA | 5E | 36 |
| Octal | 31 | 342 | 370 | 132 | 11 | 0 | 3 | 272 | 136 | 66 |
| Binary | 11001 | 11100010 | 11111000 | 1011010 | 1001 | 0 | 11 | 10111010 | 1011110 | 110110 |
Color Harmonies of #19E2F8
Complementary color
Monochromatic Colors of #19E2F8
Black with #19E2F8
Text Example
Text Example
White with #19E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2F8; }
p { color: rgb(25,226,248); }
H1.HeaderClassName
{
color: #19E2F8;
}
.AnyTagClassName
{
color: #19E2F8;
}
</style>
background-color css
<style>
a { background-color: #19E2F8; }
a { background-color: rgb(25,226,248); }
div.DivClassName
{
background-color: #19E2F8;
}
.BgClassName
{
background-color: #19E2F8;
}
</style>
border-color css
<style>
span { border-color: #19E2F8; }
span { border-color: rgb(25,226,248); }
td.TdClassName
{
border-color: #19E2F8;
}
.TagClassName
{
border-color: #19E2F8;
}
</style>