Shades of Bright Turquoise #19EBC9
Tints of Bright Turquoise #19EBC9
RGB
CMYK
RGB Variations
Color information
#19EBC9 (or 0x19EBC9) is known color: Bright Turquoise. HEX triplet: 19, EB and C9. RGB value is (25,235,201). Sum of RGB (Red+Green+Blue) = 25+235+201=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EBC9 is #E61436. Grayscale: #A8A8A8. Windows color (decimal): -15078455 or 13232921. OLE color: 13232921.
HSL color Cylindrical-coordinate representation of color #19EBC9: hue angle of 170.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EBC9 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 235 | 201 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.08 |
| HSL | 170.29º | 0.84% | 0.51% | - |
| HSV(B) | 170.29º | 0.89% | 0.92% | - |
| XYZ | 40.65 | 63.84 | 65.44 | - |
| YUV | 168.33 | 146.43 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 235 | 201 | 0.89 | 0 | 0.14 | 0.08 | 170.29 | 0.84 | 0.51 |
| Hex | 19 | EB | C9 | 59 | 0 | E | 8 | AA | 54 | 33 |
| Octal | 31 | 353 | 311 | 131 | 0 | 16 | 10 | 252 | 124 | 63 |
| Binary | 11001 | 11101011 | 11001001 | 1011001 | 0 | 1110 | 1000 | 10101010 | 1010100 | 110011 |
Color Harmonies of #19EBC9
Complementary color
Monochromatic Colors of #19EBC9
Black with #19EBC9
Text Example
Text Example
White with #19EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EBC9; }
p { color: rgb(25,235,201); }
H1.HeaderClassName
{
color: #19EBC9;
}
.AnyTagClassName
{
color: #19EBC9;
}
</style>
background-color css
<style>
a { background-color: #19EBC9; }
a { background-color: rgb(25,235,201); }
div.DivClassName
{
background-color: #19EBC9;
}
.BgClassName
{
background-color: #19EBC9;
}
</style>
border-color css
<style>
span { border-color: #19EBC9; }
span { border-color: rgb(25,235,201); }
td.TdClassName
{
border-color: #19EBC9;
}
.TagClassName
{
border-color: #19EBC9;
}
</style>