Shades of Bright Turquoise #19EDDD
Tints of Bright Turquoise #19EDDD
RGB
CMYK
RGB Variations
Color information
#19EDDD (or 0x19EDDD) is known color: Bright Turquoise. HEX triplet: 19, ED and DD. RGB value is (25,237,221). Sum of RGB (Red+Green+Blue) = 25+237+221=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDDD is #E61222. Grayscale: #ABABAB. Windows color (decimal): -15077923 or 14544153. OLE color: 14544153.
HSL color Cylindrical-coordinate representation of color #19EDDD: hue angle of 175.47º 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 #19EDDD is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 221 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.07 |
| HSL | 175.47º | 0.85% | 0.51% | - |
| HSV(B) | 175.47º | 0.89% | 0.93% | - |
| XYZ | 43.74 | 66 | 78.84 | - |
| YUV | 171.79 | 155.76 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 221 | 0.89 | 0 | 0.07 | 0.07 | 175.47 | 0.85 | 0.51 |
| Hex | 19 | ED | DD | 59 | 0 | 7 | 7 | AF | 55 | 33 |
| Octal | 31 | 355 | 335 | 131 | 0 | 7 | 7 | 257 | 125 | 63 |
| Binary | 11001 | 11101101 | 11011101 | 1011001 | 0 | 111 | 111 | 10101111 | 1010101 | 110011 |
Color Harmonies of #19EDDD
Complementary color
Monochromatic Colors of #19EDDD
Black with #19EDDD
Text Example
Text Example
White with #19EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDDD; }
p { color: rgb(25,237,221); }
H1.HeaderClassName
{
color: #19EDDD;
}
.AnyTagClassName
{
color: #19EDDD;
}
</style>
background-color css
<style>
a { background-color: #19EDDD; }
a { background-color: rgb(25,237,221); }
div.DivClassName
{
background-color: #19EDDD;
}
.BgClassName
{
background-color: #19EDDD;
}
</style>
border-color css
<style>
span { border-color: #19EDDD; }
span { border-color: rgb(25,237,221); }
td.TdClassName
{
border-color: #19EDDD;
}
.TagClassName
{
border-color: #19EDDD;
}
</style>