Shades of Bright Turquoise #19EAE6
Tints of Bright Turquoise #19EAE6
RGB
CMYK
RGB Variations
Color information
#19EAE6 (or 0x19EAE6) is known color: Bright Turquoise. HEX triplet: 19, EA and E6. RGB value is (25,234,230). Sum of RGB (Red+Green+Blue) = 25+234+230=489 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.11% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #19EAE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EAE6 is #E61519. Grayscale: #AAAAAA. Windows color (decimal): -15078682 or 15133209. OLE color: 15133209.
HSL color Cylindrical-coordinate representation of color #19EAE6: hue angle of 178.85º degrees, saturation: 0.83, 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 #19EAE6 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 230 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.08 |
| HSL | 178.85º | 0.83% | 0.51% | - |
| HSV(B) | 178.85º | 0.89% | 0.92% | - |
| XYZ | 44.11 | 64.77 | 85.04 | - |
| YUV | 171.05 | 161.26 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 230 | 0.89 | 0 | 0.02 | 0.08 | 178.85 | 0.83 | 0.51 |
| Hex | 19 | EA | E6 | 59 | 0 | 2 | 8 | B3 | 53 | 33 |
| Octal | 31 | 352 | 346 | 131 | 0 | 2 | 10 | 263 | 123 | 63 |
| Binary | 11001 | 11101010 | 11100110 | 1011001 | 0 | 10 | 1000 | 10110011 | 1010011 | 110011 |
Color Harmonies of #19EAE6
Complementary color
Monochromatic Colors of #19EAE6
Black with #19EAE6
Text Example
Text Example
White with #19EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EAE6; }
p { color: rgb(25,234,230); }
H1.HeaderClassName
{
color: #19EAE6;
}
.AnyTagClassName
{
color: #19EAE6;
}
</style>
background-color css
<style>
a { background-color: #19EAE6; }
a { background-color: rgb(25,234,230); }
div.DivClassName
{
background-color: #19EAE6;
}
.BgClassName
{
background-color: #19EAE6;
}
</style>
border-color css
<style>
span { border-color: #19EAE6; }
span { border-color: rgb(25,234,230); }
td.TdClassName
{
border-color: #19EAE6;
}
.TagClassName
{
border-color: #19EAE6;
}
</style>