Shades of Bright Turquoise #19EDE9
Tints of Bright Turquoise #19EDE9
RGB
CMYK
RGB Variations
Color information
#19EDE9 (or 0x19EDE9) is known color: Bright Turquoise. HEX triplet: 19, ED and E9. RGB value is (25,237,233). Sum of RGB (Red+Green+Blue) = 25+237+233=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDE9 is #E61216. Grayscale: #ACACAC. Windows color (decimal): -15077911 or 15330585. OLE color: 15330585.
HSL color Cylindrical-coordinate representation of color #19EDE9: hue angle of 178.87º 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 #19EDE9 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 233 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.07 |
| HSL | 178.87º | 0.85% | 0.51% | - |
| HSV(B) | 178.87º | 0.89% | 0.93% | - |
| XYZ | 45.39 | 66.66 | 87.56 | - |
| YUV | 173.16 | 161.76 | 22.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 233 | 0.89 | 0 | 0.02 | 0.07 | 178.87 | 0.85 | 0.51 |
| Hex | 19 | ED | E9 | 59 | 0 | 2 | 7 | B3 | 55 | 33 |
| Octal | 31 | 355 | 351 | 131 | 0 | 2 | 7 | 263 | 125 | 63 |
| Binary | 11001 | 11101101 | 11101001 | 1011001 | 0 | 10 | 111 | 10110011 | 1010101 | 110011 |
Color Harmonies of #19EDE9
Complementary color
Monochromatic Colors of #19EDE9
Black with #19EDE9
Text Example
Text Example
White with #19EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDE9; }
p { color: rgb(25,237,233); }
H1.HeaderClassName
{
color: #19EDE9;
}
.AnyTagClassName
{
color: #19EDE9;
}
</style>
background-color css
<style>
a { background-color: #19EDE9; }
a { background-color: rgb(25,237,233); }
div.DivClassName
{
background-color: #19EDE9;
}
.BgClassName
{
background-color: #19EDE9;
}
</style>
border-color css
<style>
span { border-color: #19EDE9; }
span { border-color: rgb(25,237,233); }
td.TdClassName
{
border-color: #19EDE9;
}
.TagClassName
{
border-color: #19EDE9;
}
</style>