Shades of Bright Turquoise #19DDCB
Tints of Bright Turquoise #19DDCB
RGB
CMYK
RGB Variations
Color information
#19DDCB (or 0x19DDCB) is known color: Bright Turquoise. HEX triplet: 19, DD and CB. RGB value is (25,221,203). Sum of RGB (Red+Green+Blue) = 25+221+203=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDCB is #E62234. Grayscale: #A0A0A0. Windows color (decimal): -15082037 or 13360409. OLE color: 13360409.
HSL color Cylindrical-coordinate representation of color #19DDCB: hue angle of 174.49º 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 #19DDCB is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 203 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.13 |
| HSL | 174.49º | 0.8% | 0.48% | - |
| HSV(B) | 174.49º | 0.89% | 0.87% | - |
| XYZ | 37.04 | 56.23 | 65.4 | - |
| YUV | 160.34 | 152.07 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 203 | 0.89 | 0 | 0.08 | 0.13 | 174.49 | 0.8 | 0.48 |
| Hex | 19 | DD | CB | 59 | 0 | 8 | D | AE | 50 | 30 |
| Octal | 31 | 335 | 313 | 131 | 0 | 10 | 15 | 256 | 120 | 60 |
| Binary | 11001 | 11011101 | 11001011 | 1011001 | 0 | 1000 | 1101 | 10101110 | 1010000 | 110000 |
Color Harmonies of #19DDCB
Complementary color
Monochromatic Colors of #19DDCB
Black with #19DDCB
Text Example
Text Example
White with #19DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDCB; }
p { color: rgb(25,221,203); }
H1.HeaderClassName
{
color: #19DDCB;
}
.AnyTagClassName
{
color: #19DDCB;
}
</style>
background-color css
<style>
a { background-color: #19DDCB; }
a { background-color: rgb(25,221,203); }
div.DivClassName
{
background-color: #19DDCB;
}
.BgClassName
{
background-color: #19DDCB;
}
</style>
border-color css
<style>
span { border-color: #19DDCB; }
span { border-color: rgb(25,221,203); }
td.TdClassName
{
border-color: #19DDCB;
}
.TagClassName
{
border-color: #19DDCB;
}
</style>