Shades of Bright Turquoise #19DDCC
Tints of Bright Turquoise #19DDCC
RGB
CMYK
RGB Variations
Color information
#19DDCC (or 0x19DDCC) is known color: Bright Turquoise. HEX triplet: 19, DD and CC. RGB value is (25,221,204). Sum of RGB (Red+Green+Blue) = 25+221+204=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDCC is #E62233. Grayscale: #A0A0A0. Windows color (decimal): -15082036 or 13425945. OLE color: 13425945.
HSL color Cylindrical-coordinate representation of color #19DDCC: hue angle of 174.8º 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 #19DDCC is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 204 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.13 |
| HSL | 174.8º | 0.8% | 0.48% | - |
| HSV(B) | 174.8º | 0.89% | 0.87% | - |
| XYZ | 37.16 | 56.28 | 66.03 | - |
| YUV | 160.46 | 152.57 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 204 | 0.89 | 0 | 0.08 | 0.13 | 174.8 | 0.8 | 0.48 |
| Hex | 19 | DD | CC | 59 | 0 | 8 | D | AF | 50 | 30 |
| Octal | 31 | 335 | 314 | 131 | 0 | 10 | 15 | 257 | 120 | 60 |
| Binary | 11001 | 11011101 | 11001100 | 1011001 | 0 | 1000 | 1101 | 10101111 | 1010000 | 110000 |
Color Harmonies of #19DDCC
Complementary color
Monochromatic Colors of #19DDCC
Black with #19DDCC
Text Example
Text Example
White with #19DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDCC; }
p { color: rgb(25,221,204); }
H1.HeaderClassName
{
color: #19DDCC;
}
.AnyTagClassName
{
color: #19DDCC;
}
</style>
background-color css
<style>
a { background-color: #19DDCC; }
a { background-color: rgb(25,221,204); }
div.DivClassName
{
background-color: #19DDCC;
}
.BgClassName
{
background-color: #19DDCC;
}
</style>
border-color css
<style>
span { border-color: #19DDCC; }
span { border-color: rgb(25,221,204); }
td.TdClassName
{
border-color: #19DDCC;
}
.TagClassName
{
border-color: #19DDCC;
}
</style>