Shades of Bright Turquoise #19F9E2
Tints of Bright Turquoise #19F9E2
RGB
CMYK
RGB Variations
Color information
#19F9E2 (or 0x19F9E2) is known color: Bright Turquoise. HEX triplet: 19, F9 and E2. RGB value is (25,249,226). Sum of RGB (Red+Green+Blue) = 25+249+226=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F9E2 is #E6061D. Grayscale: #B3B3B3. Windows color (decimal): -15074846 or 14874905. OLE color: 14874905.
HSL color Cylindrical-coordinate representation of color #19F9E2: hue angle of 173.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F9E2 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 226 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.02 |
| HSL | 173.84º | 0.95% | 0.54% | - |
| HSV(B) | 173.84º | 0.9% | 0.98% | - |
| XYZ | 48 | 73.45 | 83.6 | - |
| YUV | 179.4 | 154.29 | 17.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 226 | 0.90 | 0 | 0.09 | 0.02 | 173.84 | 0.95 | 0.54 |
| Hex | 19 | F9 | E2 | 5A | 0 | 9 | 2 | AE | 5F | 36 |
| Octal | 31 | 371 | 342 | 132 | 0 | 11 | 2 | 256 | 137 | 66 |
| Binary | 11001 | 11111001 | 11100010 | 1011010 | 0 | 1001 | 10 | 10101110 | 1011111 | 110110 |
Color Harmonies of #19F9E2
Complementary color
Monochromatic Colors of #19F9E2
Black with #19F9E2
Text Example
Text Example
White with #19F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F9E2; }
p { color: rgb(25,249,226); }
H1.HeaderClassName
{
color: #19F9E2;
}
.AnyTagClassName
{
color: #19F9E2;
}
</style>
background-color css
<style>
a { background-color: #19F9E2; }
a { background-color: rgb(25,249,226); }
div.DivClassName
{
background-color: #19F9E2;
}
.BgClassName
{
background-color: #19F9E2;
}
</style>
border-color css
<style>
span { border-color: #19F9E2; }
span { border-color: rgb(25,249,226); }
td.TdClassName
{
border-color: #19F9E2;
}
.TagClassName
{
border-color: #19F9E2;
}
</style>