Shades of Bright Turquoise #19D8F4
Tints of Bright Turquoise #19D8F4
RGB
CMYK
RGB Variations
Color information
#19D8F4 (or 0x19D8F4) is known color: Bright Turquoise. HEX triplet: 19, D8 and F4. RGB value is (25,216,244). Sum of RGB (Red+Green+Blue) = 25+216+244=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #19D8F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D8F4 is #E6270B. Grayscale: #A1A1A1. Windows color (decimal): -15083276 or 16046105. OLE color: 16046105.
HSL color Cylindrical-coordinate representation of color #19D8F4: hue angle of 187.67º degrees, saturation: 0.91, 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 #19D8F4 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 216 | 244 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.04 |
| HSL | 187.67º | 0.91% | 0.53% | - |
| HSV(B) | 187.67º | 0.9% | 0.96% | - |
| XYZ | 41.29 | 55.85 | 94.19 | - |
| YUV | 162.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 216 | 244 | 0.90 | 0.11 | 0 | 0.04 | 187.67 | 0.91 | 0.53 |
| Hex | 19 | D8 | F4 | 5A | B | 0 | 4 | BC | 5B | 35 |
| Octal | 31 | 330 | 364 | 132 | 13 | 0 | 4 | 274 | 133 | 65 |
| Binary | 11001 | 11011000 | 11110100 | 1011010 | 1011 | 0 | 100 | 10111100 | 1011011 | 110101 |
Color Harmonies of #19D8F4
Complementary color
Monochromatic Colors of #19D8F4
Black with #19D8F4
Text Example
Text Example
White with #19D8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D8F4; }
p { color: rgb(25,216,244); }
H1.HeaderClassName
{
color: #19D8F4;
}
.AnyTagClassName
{
color: #19D8F4;
}
</style>
background-color css
<style>
a { background-color: #19D8F4; }
a { background-color: rgb(25,216,244); }
div.DivClassName
{
background-color: #19D8F4;
}
.BgClassName
{
background-color: #19D8F4;
}
</style>
border-color css
<style>
span { border-color: #19D8F4; }
span { border-color: rgb(25,216,244); }
td.TdClassName
{
border-color: #19D8F4;
}
.TagClassName
{
border-color: #19D8F4;
}
</style>