Shades of Bright Turquoise #19E5D3
Tints of Bright Turquoise #19E5D3
RGB
CMYK
RGB Variations
Color information
#19E5D3 (or 0x19E5D3) is known color: Bright Turquoise. HEX triplet: 19, E5 and D3. RGB value is (25,229,211). Sum of RGB (Red+Green+Blue) = 25+229+211=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #19E5D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E5D3 is #E61A2C. Grayscale: #A5A5A5. Windows color (decimal): -15079981 or 13886745. OLE color: 13886745.
HSL color Cylindrical-coordinate representation of color #19E5D3: hue angle of 174.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E5D3 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 229 | 211 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.10 |
| HSL | 174.71º | 0.8% | 0.5% | - |
| HSV(B) | 174.71º | 0.89% | 0.9% | - |
| XYZ | 40.18 | 60.95 | 71.27 | - |
| YUV | 165.95 | 153.41 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 229 | 211 | 0.89 | 0 | 0.08 | 0.10 | 174.71 | 0.8 | 0.5 |
| Hex | 19 | E5 | D3 | 59 | 0 | 8 | A | AF | 50 | 32 |
| Octal | 31 | 345 | 323 | 131 | 0 | 10 | 12 | 257 | 120 | 62 |
| Binary | 11001 | 11100101 | 11010011 | 1011001 | 0 | 1000 | 1010 | 10101111 | 1010000 | 110010 |
Color Harmonies of #19E5D3
Complementary color
Monochromatic Colors of #19E5D3
Black with #19E5D3
Text Example
Text Example
White with #19E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E5D3; }
p { color: rgb(25,229,211); }
H1.HeaderClassName
{
color: #19E5D3;
}
.AnyTagClassName
{
color: #19E5D3;
}
</style>
background-color css
<style>
a { background-color: #19E5D3; }
a { background-color: rgb(25,229,211); }
div.DivClassName
{
background-color: #19E5D3;
}
.BgClassName
{
background-color: #19E5D3;
}
</style>
border-color css
<style>
span { border-color: #19E5D3; }
span { border-color: rgb(25,229,211); }
td.TdClassName
{
border-color: #19E5D3;
}
.TagClassName
{
border-color: #19E5D3;
}
</style>