Shades of Bright Turquoise #19DAF5
Tints of Bright Turquoise #19DAF5
RGB
CMYK
RGB Variations
Color information
#19DAF5 (or 0x19DAF5) is known color: Bright Turquoise. HEX triplet: 19, DA and F5. RGB value is (25,218,245). Sum of RGB (Red+Green+Blue) = 25+218+245=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #19DAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAF5 is #E6250A. Grayscale: #A3A3A3. Windows color (decimal): -15082763 or 16112153. OLE color: 16112153.
HSL color Cylindrical-coordinate representation of color #19DAF5: hue angle of 187.36º 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 #19DAF5 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 218 | 245 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.04 |
| HSL | 187.36º | 0.92% | 0.53% | - |
| HSV(B) | 187.36º | 0.9% | 0.96% | - |
| XYZ | 41.95 | 56.94 | 95.17 | - |
| YUV | 163.37 | 174.06 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 245 | 0.90 | 0.11 | 0 | 0.04 | 187.36 | 0.92 | 0.53 |
| Hex | 19 | DA | F5 | 5A | B | 0 | 4 | BB | 5C | 35 |
| Octal | 31 | 332 | 365 | 132 | 13 | 0 | 4 | 273 | 134 | 65 |
| Binary | 11001 | 11011010 | 11110101 | 1011010 | 1011 | 0 | 100 | 10111011 | 1011100 | 110101 |
Color Harmonies of #19DAF5
Complementary color
Monochromatic Colors of #19DAF5
Black with #19DAF5
Text Example
Text Example
White with #19DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAF5; }
p { color: rgb(25,218,245); }
H1.HeaderClassName
{
color: #19DAF5;
}
.AnyTagClassName
{
color: #19DAF5;
}
</style>
background-color css
<style>
a { background-color: #19DAF5; }
a { background-color: rgb(25,218,245); }
div.DivClassName
{
background-color: #19DAF5;
}
.BgClassName
{
background-color: #19DAF5;
}
</style>
border-color css
<style>
span { border-color: #19DAF5; }
span { border-color: rgb(25,218,245); }
td.TdClassName
{
border-color: #19DAF5;
}
.TagClassName
{
border-color: #19DAF5;
}
</style>