Shades of Bright Turquoise #19EDD8
Tints of Bright Turquoise #19EDD8
RGB
CMYK
RGB Variations
Color information
#19EDD8 (or 0x19EDD8) is known color: Bright Turquoise. HEX triplet: 19, ED and D8. RGB value is (25,237,216). Sum of RGB (Red+Green+Blue) = 25+237+216=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDD8 is #E61227. Grayscale: #ABABAB. Windows color (decimal): -15077928 or 14216473. OLE color: 14216473.
HSL color Cylindrical-coordinate representation of color #19EDD8: hue angle of 174.06º 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 #19EDD8 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 216 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.07 |
| HSL | 174.06º | 0.85% | 0.51% | - |
| HSV(B) | 174.06º | 0.89% | 0.93% | - |
| XYZ | 43.08 | 65.73 | 75.38 | - |
| YUV | 171.22 | 153.26 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 216 | 0.89 | 0 | 0.09 | 0.07 | 174.06 | 0.85 | 0.51 |
| Hex | 19 | ED | D8 | 59 | 0 | 9 | 7 | AE | 55 | 33 |
| Octal | 31 | 355 | 330 | 131 | 0 | 11 | 7 | 256 | 125 | 63 |
| Binary | 11001 | 11101101 | 11011000 | 1011001 | 0 | 1001 | 111 | 10101110 | 1010101 | 110011 |
Color Harmonies of #19EDD8
Complementary color
Monochromatic Colors of #19EDD8
Black with #19EDD8
Text Example
Text Example
White with #19EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDD8; }
p { color: rgb(25,237,216); }
H1.HeaderClassName
{
color: #19EDD8;
}
.AnyTagClassName
{
color: #19EDD8;
}
</style>
background-color css
<style>
a { background-color: #19EDD8; }
a { background-color: rgb(25,237,216); }
div.DivClassName
{
background-color: #19EDD8;
}
.BgClassName
{
background-color: #19EDD8;
}
</style>
border-color css
<style>
span { border-color: #19EDD8; }
span { border-color: rgb(25,237,216); }
td.TdClassName
{
border-color: #19EDD8;
}
.TagClassName
{
border-color: #19EDD8;
}
</style>