Shades of Bright Turquoise #19EADC
Tints of Bright Turquoise #19EADC
RGB
CMYK
RGB Variations
Color information
#19EADC (or 0x19EADC) is known color: Bright Turquoise. HEX triplet: 19, EA and DC. RGB value is (25,234,220). Sum of RGB (Red+Green+Blue) = 25+234+220=479 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.22% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #19EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EADC is #E61523. Grayscale: #A9A9A9. Windows color (decimal): -15078692 or 14477849. OLE color: 14477849.
HSL color Cylindrical-coordinate representation of color #19EADC: hue angle of 175.98º 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 #19EADC is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 220 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.08 |
| HSL | 175.98º | 0.83% | 0.51% | - |
| HSV(B) | 175.98º | 0.89% | 0.92% | - |
| XYZ | 42.74 | 64.22 | 77.85 | - |
| YUV | 169.91 | 156.26 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 220 | 0.89 | 0 | 0.06 | 0.08 | 175.98 | 0.83 | 0.51 |
| Hex | 19 | EA | DC | 59 | 0 | 6 | 8 | B0 | 53 | 33 |
| Octal | 31 | 352 | 334 | 131 | 0 | 6 | 10 | 260 | 123 | 63 |
| Binary | 11001 | 11101010 | 11011100 | 1011001 | 0 | 110 | 1000 | 10110000 | 1010011 | 110011 |
Color Harmonies of #19EADC
Complementary color
Monochromatic Colors of #19EADC
Black with #19EADC
Text Example
Text Example
White with #19EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EADC; }
p { color: rgb(25,234,220); }
H1.HeaderClassName
{
color: #19EADC;
}
.AnyTagClassName
{
color: #19EADC;
}
</style>
background-color css
<style>
a { background-color: #19EADC; }
a { background-color: rgb(25,234,220); }
div.DivClassName
{
background-color: #19EADC;
}
.BgClassName
{
background-color: #19EADC;
}
</style>
border-color css
<style>
span { border-color: #19EADC; }
span { border-color: rgb(25,234,220); }
td.TdClassName
{
border-color: #19EADC;
}
.TagClassName
{
border-color: #19EADC;
}
</style>