Shades of Bright Turquoise #19FCC9
Tints of Bright Turquoise #19FCC9
RGB
CMYK
RGB Variations
Color information
#19FCC9 (or 0x19FCC9) is known color: Bright Turquoise. HEX triplet: 19, FC and C9. RGB value is (25,252,201). Sum of RGB (Red+Green+Blue) = 25+252+201=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCC9 is #E60336. Grayscale: #B2B2B2. Windows color (decimal): -15074103 or 13237273. OLE color: 13237273.
HSL color Cylindrical-coordinate representation of color #19FCC9: hue angle of 166.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCC9 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 201 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.01 |
| HSL | 166.52º | 0.97% | 0.54% | - |
| HSV(B) | 166.52º | 0.9% | 0.99% | - |
| XYZ | 45.75 | 74.04 | 67.14 | - |
| YUV | 178.31 | 140.79 | 18.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 201 | 0.90 | 0 | 0.20 | 0.01 | 166.52 | 0.97 | 0.54 |
| Hex | 19 | FC | C9 | 5A | 0 | 14 | 1 | A7 | 61 | 36 |
| Octal | 31 | 374 | 311 | 132 | 0 | 24 | 1 | 247 | 141 | 66 |
| Binary | 11001 | 11111100 | 11001001 | 1011010 | 0 | 10100 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #19FCC9
Complementary color
Monochromatic Colors of #19FCC9
Black with #19FCC9
Text Example
Text Example
White with #19FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCC9; }
p { color: rgb(25,252,201); }
H1.HeaderClassName
{
color: #19FCC9;
}
.AnyTagClassName
{
color: #19FCC9;
}
</style>
background-color css
<style>
a { background-color: #19FCC9; }
a { background-color: rgb(25,252,201); }
div.DivClassName
{
background-color: #19FCC9;
}
.BgClassName
{
background-color: #19FCC9;
}
</style>
border-color css
<style>
span { border-color: #19FCC9; }
span { border-color: rgb(25,252,201); }
td.TdClassName
{
border-color: #19FCC9;
}
.TagClassName
{
border-color: #19FCC9;
}
</style>