Shades of Bright Turquoise #19EDCD
Tints of Bright Turquoise #19EDCD
RGB
CMYK
RGB Variations
Color information
#19EDCD (or 0x19EDCD) is known color: Bright Turquoise. HEX triplet: 19, ED and CD. RGB value is (25,237,205). Sum of RGB (Red+Green+Blue) = 25+237+205=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDCD is #E61232. Grayscale: #A9A9A9. Windows color (decimal): -15077939 or 13495577. OLE color: 13495577.
HSL color Cylindrical-coordinate representation of color #19EDCD: hue angle of 170.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EDCD is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 205 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.07 |
| HSL | 170.94º | 0.85% | 0.51% | - |
| HSV(B) | 170.94º | 0.89% | 0.93% | - |
| XYZ | 41.7 | 65.18 | 68.14 | - |
| YUV | 169.96 | 147.76 | 24.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 205 | 0.89 | 0 | 0.14 | 0.07 | 170.94 | 0.85 | 0.51 |
| Hex | 19 | ED | CD | 59 | 0 | E | 7 | AB | 55 | 33 |
| Octal | 31 | 355 | 315 | 131 | 0 | 16 | 7 | 253 | 125 | 63 |
| Binary | 11001 | 11101101 | 11001101 | 1011001 | 0 | 1110 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #19EDCD
Complementary color
Monochromatic Colors of #19EDCD
Black with #19EDCD
Text Example
Text Example
White with #19EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDCD; }
p { color: rgb(25,237,205); }
H1.HeaderClassName
{
color: #19EDCD;
}
.AnyTagClassName
{
color: #19EDCD;
}
</style>
background-color css
<style>
a { background-color: #19EDCD; }
a { background-color: rgb(25,237,205); }
div.DivClassName
{
background-color: #19EDCD;
}
.BgClassName
{
background-color: #19EDCD;
}
</style>
border-color css
<style>
span { border-color: #19EDCD; }
span { border-color: rgb(25,237,205); }
td.TdClassName
{
border-color: #19EDCD;
}
.TagClassName
{
border-color: #19EDCD;
}
</style>