Shades of Bright Turquoise #19F8DC
Tints of Bright Turquoise #19F8DC
RGB
CMYK
RGB Variations
Color information
#19F8DC (or 0x19F8DC) is known color: Bright Turquoise. HEX triplet: 19, F8 and DC. RGB value is (25,248,220). Sum of RGB (Red+Green+Blue) = 25+248+220=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #19F8DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F8DC is #E60723. Grayscale: #B2B2B2. Windows color (decimal): -15075108 or 14481433. OLE color: 14481433.
HSL color Cylindrical-coordinate representation of color #19F8DC: hue angle of 172.47º 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 #19F8DC is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 220 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.03 |
| HSL | 172.47º | 0.94% | 0.54% | - |
| HSV(B) | 172.47º | 0.9% | 0.97% | - |
| XYZ | 46.89 | 72.51 | 79.23 | - |
| YUV | 178.13 | 151.62 | 18.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 220 | 0.90 | 0 | 0.11 | 0.03 | 172.47 | 0.94 | 0.54 |
| Hex | 19 | F8 | DC | 5A | 0 | B | 3 | AC | 5E | 36 |
| Octal | 31 | 370 | 334 | 132 | 0 | 13 | 3 | 254 | 136 | 66 |
| Binary | 11001 | 11111000 | 11011100 | 1011010 | 0 | 1011 | 11 | 10101100 | 1011110 | 110110 |
Color Harmonies of #19F8DC
Complementary color
Monochromatic Colors of #19F8DC
Black with #19F8DC
Text Example
Text Example
White with #19F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F8DC; }
p { color: rgb(25,248,220); }
H1.HeaderClassName
{
color: #19F8DC;
}
.AnyTagClassName
{
color: #19F8DC;
}
</style>
background-color css
<style>
a { background-color: #19F8DC; }
a { background-color: rgb(25,248,220); }
div.DivClassName
{
background-color: #19F8DC;
}
.BgClassName
{
background-color: #19F8DC;
}
</style>
border-color css
<style>
span { border-color: #19F8DC; }
span { border-color: rgb(25,248,220); }
td.TdClassName
{
border-color: #19F8DC;
}
.TagClassName
{
border-color: #19F8DC;
}
</style>