Shades of Bright Turquoise #19EBE0
Tints of Bright Turquoise #19EBE0
RGB
CMYK
RGB Variations
Color information
#19EBE0 (or 0x19EBE0) is known color: Bright Turquoise. HEX triplet: 19, EB and E0. RGB value is (25,235,224). Sum of RGB (Red+Green+Blue) = 25+235+224=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EBE0 is #E6141F. Grayscale: #AAAAAA. Windows color (decimal): -15078432 or 14740249. OLE color: 14740249.
HSL color Cylindrical-coordinate representation of color #19EBE0: hue angle of 176.86º 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 #19EBE0 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 235 | 224 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.08 |
| HSL | 176.86º | 0.84% | 0.51% | - |
| HSV(B) | 176.86º | 0.89% | 0.92% | - |
| XYZ | 43.56 | 65.01 | 80.77 | - |
| YUV | 170.96 | 157.93 | 23.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 235 | 224 | 0.89 | 0 | 0.05 | 0.08 | 176.86 | 0.84 | 0.51 |
| Hex | 19 | EB | E0 | 59 | 0 | 5 | 8 | B1 | 54 | 33 |
| Octal | 31 | 353 | 340 | 131 | 0 | 5 | 10 | 261 | 124 | 63 |
| Binary | 11001 | 11101011 | 11100000 | 1011001 | 0 | 101 | 1000 | 10110001 | 1010100 | 110011 |
Color Harmonies of #19EBE0
Complementary color
Monochromatic Colors of #19EBE0
Black with #19EBE0
Text Example
Text Example
White with #19EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EBE0; }
p { color: rgb(25,235,224); }
H1.HeaderClassName
{
color: #19EBE0;
}
.AnyTagClassName
{
color: #19EBE0;
}
</style>
background-color css
<style>
a { background-color: #19EBE0; }
a { background-color: rgb(25,235,224); }
div.DivClassName
{
background-color: #19EBE0;
}
.BgClassName
{
background-color: #19EBE0;
}
</style>
border-color css
<style>
span { border-color: #19EBE0; }
span { border-color: rgb(25,235,224); }
td.TdClassName
{
border-color: #19EBE0;
}
.TagClassName
{
border-color: #19EBE0;
}
</style>