Shades of Bright Turquoise #19DAF1
Tints of Bright Turquoise #19DAF1
RGB
CMYK
RGB Variations
Color information
#19DAF1 (or 0x19DAF1) is known color: Bright Turquoise. HEX triplet: 19, DA and F1. RGB value is (25,218,241). Sum of RGB (Red+Green+Blue) = 25+218+241=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #19DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAF1 is #E6250E. Grayscale: #A2A2A2. Windows color (decimal): -15082767 or 15850009. OLE color: 15850009.
HSL color Cylindrical-coordinate representation of color #19DAF1: hue angle of 186.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DAF1 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 218 | 241 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.05 |
| HSL | 186.39º | 0.89% | 0.52% | - |
| HSV(B) | 186.39º | 0.9% | 0.95% | - |
| XYZ | 41.35 | 56.7 | 91.98 | - |
| YUV | 162.92 | 172.06 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 241 | 0.90 | 0.10 | 0 | 0.05 | 186.39 | 0.89 | 0.52 |
| Hex | 19 | DA | F1 | 5A | A | 0 | 5 | BA | 59 | 34 |
| Octal | 31 | 332 | 361 | 132 | 12 | 0 | 5 | 272 | 131 | 64 |
| Binary | 11001 | 11011010 | 11110001 | 1011010 | 1010 | 0 | 101 | 10111010 | 1011001 | 110100 |
Color Harmonies of #19DAF1
Complementary color
Monochromatic Colors of #19DAF1
Black with #19DAF1
Text Example
Text Example
White with #19DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAF1; }
p { color: rgb(25,218,241); }
H1.HeaderClassName
{
color: #19DAF1;
}
.AnyTagClassName
{
color: #19DAF1;
}
</style>
background-color css
<style>
a { background-color: #19DAF1; }
a { background-color: rgb(25,218,241); }
div.DivClassName
{
background-color: #19DAF1;
}
.BgClassName
{
background-color: #19DAF1;
}
</style>
border-color css
<style>
span { border-color: #19DAF1; }
span { border-color: rgb(25,218,241); }
td.TdClassName
{
border-color: #19DAF1;
}
.TagClassName
{
border-color: #19DAF1;
}
</style>