Shades of Bright Turquoise #19FCDC
Tints of Bright Turquoise #19FCDC
RGB
CMYK
RGB Variations
Color information
#19FCDC (or 0x19FCDC) is known color: Bright Turquoise. HEX triplet: 19, FC and DC. RGB value is (25,252,220). Sum of RGB (Red+Green+Blue) = 25+252+220=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCDC is #E60323. Grayscale: #B4B4B4. Windows color (decimal): -15074084 or 14482457. OLE color: 14482457.
HSL color Cylindrical-coordinate representation of color #19FCDC: hue angle of 171.54º 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 #19FCDC is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 220 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.01 |
| HSL | 171.54º | 0.97% | 0.54% | - |
| HSV(B) | 171.54º | 0.9% | 0.99% | - |
| XYZ | 48.13 | 74.99 | 79.65 | - |
| YUV | 180.48 | 150.29 | 17.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 220 | 0.90 | 0 | 0.13 | 0.01 | 171.54 | 0.97 | 0.54 |
| Hex | 19 | FC | DC | 5A | 0 | D | 1 | AC | 61 | 36 |
| Octal | 31 | 374 | 334 | 132 | 0 | 15 | 1 | 254 | 141 | 66 |
| Binary | 11001 | 11111100 | 11011100 | 1011010 | 0 | 1101 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #19FCDC
Complementary color
Monochromatic Colors of #19FCDC
Black with #19FCDC
Text Example
Text Example
White with #19FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCDC; }
p { color: rgb(25,252,220); }
H1.HeaderClassName
{
color: #19FCDC;
}
.AnyTagClassName
{
color: #19FCDC;
}
</style>
background-color css
<style>
a { background-color: #19FCDC; }
a { background-color: rgb(25,252,220); }
div.DivClassName
{
background-color: #19FCDC;
}
.BgClassName
{
background-color: #19FCDC;
}
</style>
border-color css
<style>
span { border-color: #19FCDC; }
span { border-color: rgb(25,252,220); }
td.TdClassName
{
border-color: #19FCDC;
}
.TagClassName
{
border-color: #19FCDC;
}
</style>