Shades of Bright Turquoise #19E3FD
Tints of Bright Turquoise #19E3FD
RGB
CMYK
RGB Variations
Color information
#19E3FD (or 0x19E3FD) is known color: Bright Turquoise. HEX triplet: 19, E3 and FD. RGB value is (25,227,253). Sum of RGB (Red+Green+Blue) = 25+227+253=505 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.95% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #19E3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E3FD is #E61C02. Grayscale: #A9A9A9. Windows color (decimal): -15080451 or 16638745. OLE color: 16638745.
HSL color Cylindrical-coordinate representation of color #19E3FD: hue angle of 186.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E3FD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 227 | 253 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.01 |
| HSL | 186.84º | 0.98% | 0.55% | - |
| HSV(B) | 186.84º | 0.9% | 0.99% | - |
| XYZ | 45.6 | 62.24 | 102.54 | - |
| YUV | 169.57 | 175.08 | 24.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 253 | 0.90 | 0.10 | 0 | 0.01 | 186.84 | 0.98 | 0.55 |
| Hex | 19 | E3 | FD | 5A | A | 0 | 1 | BB | 62 | 37 |
| Octal | 31 | 343 | 375 | 132 | 12 | 0 | 1 | 273 | 142 | 67 |
| Binary | 11001 | 11100011 | 11111101 | 1011010 | 1010 | 0 | 1 | 10111011 | 1100010 | 110111 |
Color Harmonies of #19E3FD
Complementary color
Monochromatic Colors of #19E3FD
Black with #19E3FD
Text Example
Text Example
White with #19E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E3FD; }
p { color: rgb(25,227,253); }
H1.HeaderClassName
{
color: #19E3FD;
}
.AnyTagClassName
{
color: #19E3FD;
}
</style>
background-color css
<style>
a { background-color: #19E3FD; }
a { background-color: rgb(25,227,253); }
div.DivClassName
{
background-color: #19E3FD;
}
.BgClassName
{
background-color: #19E3FD;
}
</style>
border-color css
<style>
span { border-color: #19E3FD; }
span { border-color: rgb(25,227,253); }
td.TdClassName
{
border-color: #19E3FD;
}
.TagClassName
{
border-color: #19E3FD;
}
</style>