Shades of Bright Turquoise #19F9DC
Tints of Bright Turquoise #19F9DC
RGB
CMYK
RGB Variations
Color information
#19F9DC (or 0x19F9DC) is known color: Bright Turquoise. HEX triplet: 19, F9 and DC. RGB value is (25,249,220). Sum of RGB (Red+Green+Blue) = 25+249+220=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F9DC is #E60623. Grayscale: #B2B2B2. Windows color (decimal): -15074852 or 14481689. OLE color: 14481689.
HSL color Cylindrical-coordinate representation of color #19F9DC: hue angle of 172.23º 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 #19F9DC is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 220 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.02 |
| HSL | 172.23º | 0.95% | 0.54% | - |
| HSV(B) | 172.23º | 0.9% | 0.98% | - |
| XYZ | 47.19 | 73.13 | 79.34 | - |
| YUV | 178.72 | 151.29 | 18.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 220 | 0.90 | 0 | 0.12 | 0.02 | 172.23 | 0.95 | 0.54 |
| Hex | 19 | F9 | DC | 5A | 0 | C | 2 | AC | 5F | 36 |
| Octal | 31 | 371 | 334 | 132 | 0 | 14 | 2 | 254 | 137 | 66 |
| Binary | 11001 | 11111001 | 11011100 | 1011010 | 0 | 1100 | 10 | 10101100 | 1011111 | 110110 |
Color Harmonies of #19F9DC
Complementary color
Monochromatic Colors of #19F9DC
Black with #19F9DC
Text Example
Text Example
White with #19F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F9DC; }
p { color: rgb(25,249,220); }
H1.HeaderClassName
{
color: #19F9DC;
}
.AnyTagClassName
{
color: #19F9DC;
}
</style>
background-color css
<style>
a { background-color: #19F9DC; }
a { background-color: rgb(25,249,220); }
div.DivClassName
{
background-color: #19F9DC;
}
.BgClassName
{
background-color: #19F9DC;
}
</style>
border-color css
<style>
span { border-color: #19F9DC; }
span { border-color: rgb(25,249,220); }
td.TdClassName
{
border-color: #19F9DC;
}
.TagClassName
{
border-color: #19F9DC;
}
</style>