Shades of Bright Turquoise #19D9F6
Tints of Bright Turquoise #19D9F6
RGB
CMYK
RGB Variations
Color information
#19D9F6 (or 0x19D9F6) is known color: Bright Turquoise. HEX triplet: 19, D9 and F6. RGB value is (25,217,246). Sum of RGB (Red+Green+Blue) = 25+217+246=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #19D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D9F6 is #E62609. Grayscale: #A2A2A2. Windows color (decimal): -15083018 or 16177433. OLE color: 16177433.
HSL color Cylindrical-coordinate representation of color #19D9F6: hue angle of 187.87º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D9F6 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 217 | 246 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.04 |
| HSL | 187.87º | 0.92% | 0.53% | - |
| HSV(B) | 187.87º | 0.9% | 0.96% | - |
| XYZ | 41.85 | 56.49 | 95.89 | - |
| YUV | 162.9 | 174.89 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 246 | 0.90 | 0.12 | 0 | 0.04 | 187.87 | 0.92 | 0.53 |
| Hex | 19 | D9 | F6 | 5A | C | 0 | 4 | BC | 5C | 35 |
| Octal | 31 | 331 | 366 | 132 | 14 | 0 | 4 | 274 | 134 | 65 |
| Binary | 11001 | 11011001 | 11110110 | 1011010 | 1100 | 0 | 100 | 10111100 | 1011100 | 110101 |
Color Harmonies of #19D9F6
Complementary color
Monochromatic Colors of #19D9F6
Black with #19D9F6
Text Example
Text Example
White with #19D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D9F6; }
p { color: rgb(25,217,246); }
H1.HeaderClassName
{
color: #19D9F6;
}
.AnyTagClassName
{
color: #19D9F6;
}
</style>
background-color css
<style>
a { background-color: #19D9F6; }
a { background-color: rgb(25,217,246); }
div.DivClassName
{
background-color: #19D9F6;
}
.BgClassName
{
background-color: #19D9F6;
}
</style>
border-color css
<style>
span { border-color: #19D9F6; }
span { border-color: rgb(25,217,246); }
td.TdClassName
{
border-color: #19D9F6;
}
.TagClassName
{
border-color: #19D9F6;
}
</style>