Shades of Bright Turquoise #19DACF
Tints of Bright Turquoise #19DACF
RGB
CMYK
RGB Variations
Color information
#19DACF (or 0x19DACF) is known color: Bright Turquoise. HEX triplet: 19, DA and CF. RGB value is (25,218,207). Sum of RGB (Red+Green+Blue) = 25+218+207=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #19DACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DACF is #E62530. Grayscale: #9E9E9E. Windows color (decimal): -15082801 or 13621785. OLE color: 13621785.
HSL color Cylindrical-coordinate representation of color #19DACF: hue angle of 176.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DACF is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 207 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.15 |
| HSL | 176.58º | 0.79% | 0.48% | - |
| HSV(B) | 176.58º | 0.89% | 0.85% | - |
| XYZ | 36.73 | 54.85 | 67.68 | - |
| YUV | 159.04 | 155.06 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 207 | 0.89 | 0 | 0.05 | 0.15 | 176.58 | 0.79 | 0.48 |
| Hex | 19 | DA | CF | 59 | 0 | 5 | F | B1 | 4F | 30 |
| Octal | 31 | 332 | 317 | 131 | 0 | 5 | 17 | 261 | 117 | 60 |
| Binary | 11001 | 11011010 | 11001111 | 1011001 | 0 | 101 | 1111 | 10110001 | 1001111 | 110000 |
Color Harmonies of #19DACF
Complementary color
Monochromatic Colors of #19DACF
Black with #19DACF
Text Example
Text Example
White with #19DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DACF; }
p { color: rgb(25,218,207); }
H1.HeaderClassName
{
color: #19DACF;
}
.AnyTagClassName
{
color: #19DACF;
}
</style>
background-color css
<style>
a { background-color: #19DACF; }
a { background-color: rgb(25,218,207); }
div.DivClassName
{
background-color: #19DACF;
}
.BgClassName
{
background-color: #19DACF;
}
</style>
border-color css
<style>
span { border-color: #19DACF; }
span { border-color: rgb(25,218,207); }
td.TdClassName
{
border-color: #19DACF;
}
.TagClassName
{
border-color: #19DACF;
}
</style>