Shades of Bright Turquoise #19F8D5
Tints of Bright Turquoise #19F8D5
RGB
CMYK
RGB Variations
Color information
#19F8D5 (or 0x19F8D5) is known color: Bright Turquoise. HEX triplet: 19, F8 and D5. RGB value is (25,248,213). Sum of RGB (Red+Green+Blue) = 25+248+213=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #19F8D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F8D5 is #E6072A. Grayscale: #B1B1B1. Windows color (decimal): -15075115 or 14022681. OLE color: 14022681.
HSL color Cylindrical-coordinate representation of color #19F8D5: hue angle of 170.58º 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 #19F8D5 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 213 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.03 |
| HSL | 170.58º | 0.94% | 0.54% | - |
| HSV(B) | 170.58º | 0.9% | 0.97% | - |
| XYZ | 45.98 | 72.15 | 74.45 | - |
| YUV | 177.33 | 148.12 | 19.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 213 | 0.90 | 0 | 0.14 | 0.03 | 170.58 | 0.94 | 0.54 |
| Hex | 19 | F8 | D5 | 5A | 0 | E | 3 | AB | 5E | 36 |
| Octal | 31 | 370 | 325 | 132 | 0 | 16 | 3 | 253 | 136 | 66 |
| Binary | 11001 | 11111000 | 11010101 | 1011010 | 0 | 1110 | 11 | 10101011 | 1011110 | 110110 |
Color Harmonies of #19F8D5
Complementary color
Monochromatic Colors of #19F8D5
Black with #19F8D5
Text Example
Text Example
White with #19F8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F8D5; }
p { color: rgb(25,248,213); }
H1.HeaderClassName
{
color: #19F8D5;
}
.AnyTagClassName
{
color: #19F8D5;
}
</style>
background-color css
<style>
a { background-color: #19F8D5; }
a { background-color: rgb(25,248,213); }
div.DivClassName
{
background-color: #19F8D5;
}
.BgClassName
{
background-color: #19F8D5;
}
</style>
border-color css
<style>
span { border-color: #19F8D5; }
span { border-color: rgb(25,248,213); }
td.TdClassName
{
border-color: #19F8D5;
}
.TagClassName
{
border-color: #19F8D5;
}
</style>