Shades of Bright Turquoise #19E9D3
Tints of Bright Turquoise #19E9D3
RGB
CMYK
RGB Variations
Color information
#19E9D3 (or 0x19E9D3) is known color: Bright Turquoise. HEX triplet: 19, E9 and D3. RGB value is (25,233,211). Sum of RGB (Red+Green+Blue) = 25+233+211=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9D3 is #E6162C. Grayscale: #A8A8A8. Windows color (decimal): -15078957 or 13887769. OLE color: 13887769.
HSL color Cylindrical-coordinate representation of color #19E9D3: hue angle of 173.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E9D3 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 233 | 211 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.09 |
| HSL | 173.65º | 0.83% | 0.51% | - |
| HSV(B) | 173.65º | 0.89% | 0.91% | - |
| XYZ | 41.3 | 63.19 | 71.65 | - |
| YUV | 168.3 | 152.09 | 25.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 233 | 211 | 0.89 | 0 | 0.09 | 0.09 | 173.65 | 0.83 | 0.51 |
| Hex | 19 | E9 | D3 | 59 | 0 | 9 | 9 | AE | 53 | 33 |
| Octal | 31 | 351 | 323 | 131 | 0 | 11 | 11 | 256 | 123 | 63 |
| Binary | 11001 | 11101001 | 11010011 | 1011001 | 0 | 1001 | 1001 | 10101110 | 1010011 | 110011 |
Color Harmonies of #19E9D3
Complementary color
Monochromatic Colors of #19E9D3
Black with #19E9D3
Text Example
Text Example
White with #19E9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E9D3; }
p { color: rgb(25,233,211); }
H1.HeaderClassName
{
color: #19E9D3;
}
.AnyTagClassName
{
color: #19E9D3;
}
</style>
background-color css
<style>
a { background-color: #19E9D3; }
a { background-color: rgb(25,233,211); }
div.DivClassName
{
background-color: #19E9D3;
}
.BgClassName
{
background-color: #19E9D3;
}
</style>
border-color css
<style>
span { border-color: #19E9D3; }
span { border-color: rgb(25,233,211); }
td.TdClassName
{
border-color: #19E9D3;
}
.TagClassName
{
border-color: #19E9D3;
}
</style>