Shades of Bright Turquoise #19DDD8
Tints of Bright Turquoise #19DDD8
RGB
CMYK
RGB Variations
Color information
#19DDD8 (or 0x19DDD8) is known color: Bright Turquoise. HEX triplet: 19, DD and D8. RGB value is (25,221,216). Sum of RGB (Red+Green+Blue) = 25+221+216=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD8 is #E62227. Grayscale: #A1A1A1. Windows color (decimal): -15082024 or 14212377. OLE color: 14212377.
HSL color Cylindrical-coordinate representation of color #19DDD8: hue angle of 178.47º 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 #19DDD8 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 216 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.13 |
| HSL | 178.47º | 0.8% | 0.48% | - |
| HSV(B) | 178.47º | 0.89% | 0.87% | - |
| XYZ | 38.65 | 56.88 | 73.91 | - |
| YUV | 161.83 | 158.57 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 216 | 0.89 | 0 | 0.02 | 0.13 | 178.47 | 0.8 | 0.48 |
| Hex | 19 | DD | D8 | 59 | 0 | 2 | D | B2 | 50 | 30 |
| Octal | 31 | 335 | 330 | 131 | 0 | 2 | 15 | 262 | 120 | 60 |
| Binary | 11001 | 11011101 | 11011000 | 1011001 | 0 | 10 | 1101 | 10110010 | 1010000 | 110000 |
Color Harmonies of #19DDD8
Complementary color
Monochromatic Colors of #19DDD8
Black with #19DDD8
Text Example
Text Example
White with #19DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDD8; }
p { color: rgb(25,221,216); }
H1.HeaderClassName
{
color: #19DDD8;
}
.AnyTagClassName
{
color: #19DDD8;
}
</style>
background-color css
<style>
a { background-color: #19DDD8; }
a { background-color: rgb(25,221,216); }
div.DivClassName
{
background-color: #19DDD8;
}
.BgClassName
{
background-color: #19DDD8;
}
</style>
border-color css
<style>
span { border-color: #19DDD8; }
span { border-color: rgb(25,221,216); }
td.TdClassName
{
border-color: #19DDD8;
}
.TagClassName
{
border-color: #19DDD8;
}
</style>