Shades of Bright Turquoise #19EDE0
Tints of Bright Turquoise #19EDE0
RGB
CMYK
RGB Variations
Color information
#19EDE0 (or 0x19EDE0) is known color: Bright Turquoise. HEX triplet: 19, ED and E0. RGB value is (25,237,224). Sum of RGB (Red+Green+Blue) = 25+237+224=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDE0 is #E6121F. Grayscale: #ABABAB. Windows color (decimal): -15077920 or 14740761. OLE color: 14740761.
HSL color Cylindrical-coordinate representation of color #19EDE0: hue angle of 176.32º 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 #19EDE0 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 224 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.07 |
| HSL | 176.32º | 0.85% | 0.51% | - |
| HSV(B) | 176.32º | 0.89% | 0.93% | - |
| XYZ | 44.14 | 66.16 | 80.96 | - |
| YUV | 172.13 | 157.26 | 23.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 224 | 0.89 | 0 | 0.05 | 0.07 | 176.32 | 0.85 | 0.51 |
| Hex | 19 | ED | E0 | 59 | 0 | 5 | 7 | B0 | 55 | 33 |
| Octal | 31 | 355 | 340 | 131 | 0 | 5 | 7 | 260 | 125 | 63 |
| Binary | 11001 | 11101101 | 11100000 | 1011001 | 0 | 101 | 111 | 10110000 | 1010101 | 110011 |
Color Harmonies of #19EDE0
Complementary color
Monochromatic Colors of #19EDE0
Black with #19EDE0
Text Example
Text Example
White with #19EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDE0; }
p { color: rgb(25,237,224); }
H1.HeaderClassName
{
color: #19EDE0;
}
.AnyTagClassName
{
color: #19EDE0;
}
</style>
background-color css
<style>
a { background-color: #19EDE0; }
a { background-color: rgb(25,237,224); }
div.DivClassName
{
background-color: #19EDE0;
}
.BgClassName
{
background-color: #19EDE0;
}
</style>
border-color css
<style>
span { border-color: #19EDE0; }
span { border-color: rgb(25,237,224); }
td.TdClassName
{
border-color: #19EDE0;
}
.TagClassName
{
border-color: #19EDE0;
}
</style>