Shades of Bright Turquoise #19DBF0
Tints of Bright Turquoise #19DBF0
RGB
CMYK
RGB Variations
Color information
#19DBF0 (or 0x19DBF0) is known color: Bright Turquoise. HEX triplet: 19, DB and F0. RGB value is (25,219,240). Sum of RGB (Red+Green+Blue) = 25+219+240=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #19DBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBF0 is #E6240F. Grayscale: #A3A3A3. Windows color (decimal): -15082512 or 15784729. OLE color: 15784729.
HSL color Cylindrical-coordinate representation of color #19DBF0: hue angle of 185.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DBF0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 219 | 240 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.06 |
| HSL | 185.86º | 0.88% | 0.52% | - |
| HSV(B) | 185.86º | 0.9% | 0.94% | - |
| XYZ | 41.46 | 57.16 | 91.29 | - |
| YUV | 163.39 | 171.23 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 240 | 0.90 | 0.09 | 0 | 0.06 | 185.86 | 0.88 | 0.52 |
| Hex | 19 | DB | F0 | 5A | 9 | 0 | 6 | BA | 58 | 34 |
| Octal | 31 | 333 | 360 | 132 | 11 | 0 | 6 | 272 | 130 | 64 |
| Binary | 11001 | 11011011 | 11110000 | 1011010 | 1001 | 0 | 110 | 10111010 | 1011000 | 110100 |
Color Harmonies of #19DBF0
Complementary color
Monochromatic Colors of #19DBF0
Black with #19DBF0
Text Example
Text Example
White with #19DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBF0; }
p { color: rgb(25,219,240); }
H1.HeaderClassName
{
color: #19DBF0;
}
.AnyTagClassName
{
color: #19DBF0;
}
</style>
background-color css
<style>
a { background-color: #19DBF0; }
a { background-color: rgb(25,219,240); }
div.DivClassName
{
background-color: #19DBF0;
}
.BgClassName
{
background-color: #19DBF0;
}
</style>
border-color css
<style>
span { border-color: #19DBF0; }
span { border-color: rgb(25,219,240); }
td.TdClassName
{
border-color: #19DBF0;
}
.TagClassName
{
border-color: #19DBF0;
}
</style>