Shades of Bright Turquoise #19DBF6
Tints of Bright Turquoise #19DBF6
RGB
CMYK
RGB Variations
Color information
#19DBF6 (or 0x19DBF6) is known color: Bright Turquoise. HEX triplet: 19, DB and F6. RGB value is (25,219,246). Sum of RGB (Red+Green+Blue) = 25+219+246=490 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.10% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #19DBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBF6 is #E62409. Grayscale: #A3A3A3. Windows color (decimal): -15082506 or 16177945. OLE color: 16177945.
HSL color Cylindrical-coordinate representation of color #19DBF6: hue angle of 187.33º 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 #19DBF6 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 219 | 246 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.04 |
| HSL | 187.33º | 0.92% | 0.53% | - |
| HSV(B) | 187.33º | 0.9% | 0.96% | - |
| XYZ | 42.37 | 57.52 | 96.06 | - |
| YUV | 164.07 | 174.23 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 246 | 0.90 | 0.11 | 0 | 0.04 | 187.33 | 0.92 | 0.53 |
| Hex | 19 | DB | F6 | 5A | B | 0 | 4 | BB | 5C | 35 |
| Octal | 31 | 333 | 366 | 132 | 13 | 0 | 4 | 273 | 134 | 65 |
| Binary | 11001 | 11011011 | 11110110 | 1011010 | 1011 | 0 | 100 | 10111011 | 1011100 | 110101 |
Color Harmonies of #19DBF6
Complementary color
Monochromatic Colors of #19DBF6
Black with #19DBF6
Text Example
Text Example
White with #19DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBF6; }
p { color: rgb(25,219,246); }
H1.HeaderClassName
{
color: #19DBF6;
}
.AnyTagClassName
{
color: #19DBF6;
}
</style>
background-color css
<style>
a { background-color: #19DBF6; }
a { background-color: rgb(25,219,246); }
div.DivClassName
{
background-color: #19DBF6;
}
.BgClassName
{
background-color: #19DBF6;
}
</style>
border-color css
<style>
span { border-color: #19DBF6; }
span { border-color: rgb(25,219,246); }
td.TdClassName
{
border-color: #19DBF6;
}
.TagClassName
{
border-color: #19DBF6;
}
</style>