Shades of Bright Turquoise #19EDCE
Tints of Bright Turquoise #19EDCE
RGB
CMYK
RGB Variations
Color information
#19EDCE (or 0x19EDCE) is known color: Bright Turquoise. HEX triplet: 19, ED and CE. RGB value is (25,237,206). Sum of RGB (Red+Green+Blue) = 25+237+206=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDCE is #E61231. Grayscale: #A9A9A9. Windows color (decimal): -15077938 or 13561113. OLE color: 13561113.
HSL color Cylindrical-coordinate representation of color #19EDCE: hue angle of 171.23º 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 #19EDCE is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 206 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.23º | 0.85% | 0.51% | - |
| HSV(B) | 171.23º | 0.89% | 0.93% | - |
| XYZ | 41.83 | 65.23 | 68.78 | - |
| YUV | 170.08 | 148.26 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 206 | 0.89 | 0 | 0.13 | 0.07 | 171.23 | 0.85 | 0.51 |
| Hex | 19 | ED | CE | 59 | 0 | D | 7 | AB | 55 | 33 |
| Octal | 31 | 355 | 316 | 131 | 0 | 15 | 7 | 253 | 125 | 63 |
| Binary | 11001 | 11101101 | 11001110 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #19EDCE
Complementary color
Monochromatic Colors of #19EDCE
Black with #19EDCE
Text Example
Text Example
White with #19EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDCE; }
p { color: rgb(25,237,206); }
H1.HeaderClassName
{
color: #19EDCE;
}
.AnyTagClassName
{
color: #19EDCE;
}
</style>
background-color css
<style>
a { background-color: #19EDCE; }
a { background-color: rgb(25,237,206); }
div.DivClassName
{
background-color: #19EDCE;
}
.BgClassName
{
background-color: #19EDCE;
}
</style>
border-color css
<style>
span { border-color: #19EDCE; }
span { border-color: rgb(25,237,206); }
td.TdClassName
{
border-color: #19EDCE;
}
.TagClassName
{
border-color: #19EDCE;
}
</style>