Shades of Bright Turquoise #19DBF3
Tints of Bright Turquoise #19DBF3
RGB
CMYK
RGB Variations
Color information
#19DBF3 (or 0x19DBF3) is known color: Bright Turquoise. HEX triplet: 19, DB and F3. RGB value is (25,219,243). Sum of RGB (Red+Green+Blue) = 25+219+243=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #19DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBF3 is #E6240C. Grayscale: #A3A3A3. Windows color (decimal): -15082509 or 15981337. OLE color: 15981337.
HSL color Cylindrical-coordinate representation of color #19DBF3: hue angle of 186.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DBF3 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 219 | 243 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.05 |
| HSL | 186.61º | 0.9% | 0.53% | - |
| HSV(B) | 186.61º | 0.9% | 0.95% | - |
| XYZ | 41.91 | 57.34 | 93.65 | - |
| YUV | 163.73 | 172.73 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 243 | 0.90 | 0.10 | 0 | 0.05 | 186.61 | 0.9 | 0.53 |
| Hex | 19 | DB | F3 | 5A | A | 0 | 5 | BB | 5A | 35 |
| Octal | 31 | 333 | 363 | 132 | 12 | 0 | 5 | 273 | 132 | 65 |
| Binary | 11001 | 11011011 | 11110011 | 1011010 | 1010 | 0 | 101 | 10111011 | 1011010 | 110101 |
Color Harmonies of #19DBF3
Complementary color
Monochromatic Colors of #19DBF3
Black with #19DBF3
Text Example
Text Example
White with #19DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBF3; }
p { color: rgb(25,219,243); }
H1.HeaderClassName
{
color: #19DBF3;
}
.AnyTagClassName
{
color: #19DBF3;
}
</style>
background-color css
<style>
a { background-color: #19DBF3; }
a { background-color: rgb(25,219,243); }
div.DivClassName
{
background-color: #19DBF3;
}
.BgClassName
{
background-color: #19DBF3;
}
</style>
border-color css
<style>
span { border-color: #19DBF3; }
span { border-color: rgb(25,219,243); }
td.TdClassName
{
border-color: #19DBF3;
}
.TagClassName
{
border-color: #19DBF3;
}
</style>