Shades of Bright Turquoise #19EADA
Tints of Bright Turquoise #19EADA
RGB
CMYK
RGB Variations
Color information
#19EADA (or 0x19EADA) is known color: Bright Turquoise. HEX triplet: 19, EA and DA. RGB value is (25,234,218). Sum of RGB (Red+Green+Blue) = 25+234+218=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #19EADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EADA is #E61525. Grayscale: #A9A9A9. Windows color (decimal): -15078694 or 14346777. OLE color: 14346777.
HSL color Cylindrical-coordinate representation of color #19EADA: hue angle of 175.41º 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 #19EADA is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 218 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.08 |
| HSL | 175.41º | 0.83% | 0.51% | - |
| HSV(B) | 175.41º | 0.89% | 0.92% | - |
| XYZ | 42.48 | 64.11 | 76.47 | - |
| YUV | 169.69 | 155.26 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 218 | 0.89 | 0 | 0.07 | 0.08 | 175.41 | 0.83 | 0.51 |
| Hex | 19 | EA | DA | 59 | 0 | 7 | 8 | AF | 53 | 33 |
| Octal | 31 | 352 | 332 | 131 | 0 | 7 | 10 | 257 | 123 | 63 |
| Binary | 11001 | 11101010 | 11011010 | 1011001 | 0 | 111 | 1000 | 10101111 | 1010011 | 110011 |
Color Harmonies of #19EADA
Complementary color
Monochromatic Colors of #19EADA
Black with #19EADA
Text Example
Text Example
White with #19EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EADA; }
p { color: rgb(25,234,218); }
H1.HeaderClassName
{
color: #19EADA;
}
.AnyTagClassName
{
color: #19EADA;
}
</style>
background-color css
<style>
a { background-color: #19EADA; }
a { background-color: rgb(25,234,218); }
div.DivClassName
{
background-color: #19EADA;
}
.BgClassName
{
background-color: #19EADA;
}
</style>
border-color css
<style>
span { border-color: #19EADA; }
span { border-color: rgb(25,234,218); }
td.TdClassName
{
border-color: #19EADA;
}
.TagClassName
{
border-color: #19EADA;
}
</style>