Shades of Bright Turquoise #19DDD3
Tints of Bright Turquoise #19DDD3
RGB
CMYK
RGB Variations
Color information
#19DDD3 (or 0x19DDD3) is known color: Bright Turquoise. HEX triplet: 19, DD and D3. RGB value is (25,221,211). Sum of RGB (Red+Green+Blue) = 25+221+211=457 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.47% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD3 is #E6222C. Grayscale: #A1A1A1. Windows color (decimal): -15082029 or 13884697. OLE color: 13884697.
HSL color Cylindrical-coordinate representation of color #19DDD3: hue angle of 176.94º 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 #19DDD3 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 211 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.13 |
| HSL | 176.94º | 0.8% | 0.48% | - |
| HSV(B) | 176.94º | 0.89% | 0.87% | - |
| XYZ | 38.02 | 56.62 | 70.55 | - |
| YUV | 161.26 | 156.07 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 211 | 0.89 | 0 | 0.05 | 0.13 | 176.94 | 0.8 | 0.48 |
| Hex | 19 | DD | D3 | 59 | 0 | 5 | D | B1 | 50 | 30 |
| Octal | 31 | 335 | 323 | 131 | 0 | 5 | 15 | 261 | 120 | 60 |
| Binary | 11001 | 11011101 | 11010011 | 1011001 | 0 | 101 | 1101 | 10110001 | 1010000 | 110000 |
Color Harmonies of #19DDD3
Complementary color
Monochromatic Colors of #19DDD3
Black with #19DDD3
Text Example
Text Example
White with #19DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDD3; }
p { color: rgb(25,221,211); }
H1.HeaderClassName
{
color: #19DDD3;
}
.AnyTagClassName
{
color: #19DDD3;
}
</style>
background-color css
<style>
a { background-color: #19DDD3; }
a { background-color: rgb(25,221,211); }
div.DivClassName
{
background-color: #19DDD3;
}
.BgClassName
{
background-color: #19DDD3;
}
</style>
border-color css
<style>
span { border-color: #19DDD3; }
span { border-color: rgb(25,221,211); }
td.TdClassName
{
border-color: #19DDD3;
}
.TagClassName
{
border-color: #19DDD3;
}
</style>