Shades of Bright Turquoise #19DDDA
Tints of Bright Turquoise #19DDDA
RGB
CMYK
RGB Variations
Color information
#19DDDA (or 0x19DDDA) is known color: Bright Turquoise. HEX triplet: 19, DD and DA. RGB value is (25,221,218). Sum of RGB (Red+Green+Blue) = 25+221+218=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDDA is #E62225. Grayscale: #A1A1A1. Windows color (decimal): -15082022 or 14343449. OLE color: 14343449.
HSL color Cylindrical-coordinate representation of color #19DDDA: hue angle of 179.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DDDA is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 218 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.13 |
| HSL | 179.08º | 0.8% | 0.48% | - |
| HSV(B) | 179.08º | 0.89% | 0.87% | - |
| XYZ | 38.91 | 56.98 | 75.28 | - |
| YUV | 162.05 | 159.57 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 218 | 0.89 | 0 | 0.01 | 0.13 | 179.08 | 0.8 | 0.48 |
| Hex | 19 | DD | DA | 59 | 0 | 1 | D | B3 | 50 | 30 |
| Octal | 31 | 335 | 332 | 131 | 0 | 1 | 15 | 263 | 120 | 60 |
| Binary | 11001 | 11011101 | 11011010 | 1011001 | 0 | 1 | 1101 | 10110011 | 1010000 | 110000 |
Color Harmonies of #19DDDA
Complementary color
Monochromatic Colors of #19DDDA
Black with #19DDDA
Text Example
Text Example
White with #19DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDDA; }
p { color: rgb(25,221,218); }
H1.HeaderClassName
{
color: #19DDDA;
}
.AnyTagClassName
{
color: #19DDDA;
}
</style>
background-color css
<style>
a { background-color: #19DDDA; }
a { background-color: rgb(25,221,218); }
div.DivClassName
{
background-color: #19DDDA;
}
.BgClassName
{
background-color: #19DDDA;
}
</style>
border-color css
<style>
span { border-color: #19DDDA; }
span { border-color: rgb(25,221,218); }
td.TdClassName
{
border-color: #19DDDA;
}
.TagClassName
{
border-color: #19DDDA;
}
</style>