Shades of Bright Turquoise #19DADF
Tints of Bright Turquoise #19DADF
RGB
CMYK
RGB Variations
Color information
#19DADF (or 0x19DADF) is known color: Bright Turquoise. HEX triplet: 19, DA and DF. RGB value is (25,218,223). Sum of RGB (Red+Green+Blue) = 25+218+223=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #19DADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DADF is #E62520. Grayscale: #A0A0A0. Windows color (decimal): -15082785 or 14670361. OLE color: 14670361.
HSL color Cylindrical-coordinate representation of color #19DADF: hue angle of 181.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DADF is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 218 | 223 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.13 |
| HSL | 181.52º | 0.8% | 0.49% | - |
| HSV(B) | 181.52º | 0.89% | 0.87% | - |
| XYZ | 38.79 | 55.68 | 78.51 | - |
| YUV | 160.86 | 163.06 | 31.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 223 | 0.89 | 0.02 | 0 | 0.13 | 181.52 | 0.8 | 0.49 |
| Hex | 19 | DA | DF | 59 | 2 | 0 | D | B6 | 50 | 31 |
| Octal | 31 | 332 | 337 | 131 | 2 | 0 | 15 | 266 | 120 | 61 |
| Binary | 11001 | 11011010 | 11011111 | 1011001 | 10 | 0 | 1101 | 10110110 | 1010000 | 110001 |
Color Harmonies of #19DADF
Complementary color
Monochromatic Colors of #19DADF
Black with #19DADF
Text Example
Text Example
White with #19DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DADF; }
p { color: rgb(25,218,223); }
H1.HeaderClassName
{
color: #19DADF;
}
.AnyTagClassName
{
color: #19DADF;
}
</style>
background-color css
<style>
a { background-color: #19DADF; }
a { background-color: rgb(25,218,223); }
div.DivClassName
{
background-color: #19DADF;
}
.BgClassName
{
background-color: #19DADF;
}
</style>
border-color css
<style>
span { border-color: #19DADF; }
span { border-color: rgb(25,218,223); }
td.TdClassName
{
border-color: #19DADF;
}
.TagClassName
{
border-color: #19DADF;
}
</style>