Shades of Bright Turquoise #19E2DD
Tints of Bright Turquoise #19E2DD
RGB
CMYK
RGB Variations
Color information
#19E2DD (or 0x19E2DD) is known color: Bright Turquoise. HEX triplet: 19, E2 and DD. RGB value is (25,226,221). Sum of RGB (Red+Green+Blue) = 25+226+221=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #19E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E2DD is #E61D22. Grayscale: #A5A5A5. Windows color (decimal): -15080739 or 14541337. OLE color: 14541337.
HSL color Cylindrical-coordinate representation of color #19E2DD: hue angle of 178.51º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E2DD is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 226 | 221 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.11 |
| HSL | 178.51º | 0.8% | 0.49% | - |
| HSV(B) | 178.51º | 0.89% | 0.89% | - |
| XYZ | 40.65 | 59.82 | 77.81 | - |
| YUV | 165.33 | 159.41 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 221 | 0.89 | 0 | 0.02 | 0.11 | 178.51 | 0.8 | 0.49 |
| Hex | 19 | E2 | DD | 59 | 0 | 2 | B | B3 | 50 | 31 |
| Octal | 31 | 342 | 335 | 131 | 0 | 2 | 13 | 263 | 120 | 61 |
| Binary | 11001 | 11100010 | 11011101 | 1011001 | 0 | 10 | 1011 | 10110011 | 1010000 | 110001 |
Color Harmonies of #19E2DD
Complementary color
Monochromatic Colors of #19E2DD
Black with #19E2DD
Text Example
Text Example
White with #19E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2DD; }
p { color: rgb(25,226,221); }
H1.HeaderClassName
{
color: #19E2DD;
}
.AnyTagClassName
{
color: #19E2DD;
}
</style>
background-color css
<style>
a { background-color: #19E2DD; }
a { background-color: rgb(25,226,221); }
div.DivClassName
{
background-color: #19E2DD;
}
.BgClassName
{
background-color: #19E2DD;
}
</style>
border-color css
<style>
span { border-color: #19E2DD; }
span { border-color: rgb(25,226,221); }
td.TdClassName
{
border-color: #19E2DD;
}
.TagClassName
{
border-color: #19E2DD;
}
</style>