Shades of Bright Turquoise #19F3E5
Tints of Bright Turquoise #19F3E5
RGB
CMYK
RGB Variations
Color information
#19F3E5 (or 0x19F3E5) is known color: Bright Turquoise. HEX triplet: 19, F3 and E5. RGB value is (25,243,229). Sum of RGB (Red+Green+Blue) = 25+243+229=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #19F3E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F3E5 is #E60C1A. Grayscale: #B0B0B0. Windows color (decimal): -15076379 or 15069977. OLE color: 15069977.
HSL color Cylindrical-coordinate representation of color #19F3E5: hue angle of 176.15º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F3E5 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 229 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.05 |
| HSL | 176.15º | 0.9% | 0.53% | - |
| HSV(B) | 176.15º | 0.9% | 0.95% | - |
| XYZ | 46.59 | 69.97 | 85.18 | - |
| YUV | 176.22 | 157.78 | 20.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 229 | 0.90 | 0 | 0.06 | 0.05 | 176.15 | 0.9 | 0.53 |
| Hex | 19 | F3 | E5 | 5A | 0 | 6 | 5 | B0 | 5A | 35 |
| Octal | 31 | 363 | 345 | 132 | 0 | 6 | 5 | 260 | 132 | 65 |
| Binary | 11001 | 11110011 | 11100101 | 1011010 | 0 | 110 | 101 | 10110000 | 1011010 | 110101 |
Color Harmonies of #19F3E5
Complementary color
Monochromatic Colors of #19F3E5
Black with #19F3E5
Text Example
Text Example
White with #19F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F3E5; }
p { color: rgb(25,243,229); }
H1.HeaderClassName
{
color: #19F3E5;
}
.AnyTagClassName
{
color: #19F3E5;
}
</style>
background-color css
<style>
a { background-color: #19F3E5; }
a { background-color: rgb(25,243,229); }
div.DivClassName
{
background-color: #19F3E5;
}
.BgClassName
{
background-color: #19F3E5;
}
</style>
border-color css
<style>
span { border-color: #19F3E5; }
span { border-color: rgb(25,243,229); }
td.TdClassName
{
border-color: #19F3E5;
}
.TagClassName
{
border-color: #19F3E5;
}
</style>