Shades of Turquoise #25EDB9
Tints of Turquoise #25EDB9
RGB
CMYK
RGB Variations
Color information
#25EDB9 (or 0x25EDB9) is known color: Turquoise. HEX triplet: 25, ED and B9. RGB value is (37,237,185). Sum of RGB (Red+Green+Blue) = 37+237+185=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #25EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EDB9 is #DA1246. Grayscale: #ABABAB. Windows color (decimal): -14291527 or 12184869. OLE color: 12184869.
HSL color Cylindrical-coordinate representation of color #25EDB9: hue angle of 164.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EDB9 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 237 | 185 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.07 |
| HSL | 164.4º | 0.85% | 0.54% | - |
| HSV(B) | 164.4º | 0.84% | 0.93% | - |
| XYZ | 39.8 | 64.46 | 56.24 | - |
| YUV | 171.27 | 135.74 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 237 | 185 | 0.84 | 0 | 0.22 | 0.07 | 164.4 | 0.85 | 0.54 |
| Hex | 25 | ED | B9 | 54 | 0 | 16 | 7 | A4 | 55 | 36 |
| Octal | 45 | 355 | 271 | 124 | 0 | 26 | 7 | 244 | 125 | 66 |
| Binary | 100101 | 11101101 | 10111001 | 1010100 | 0 | 10110 | 111 | 10100100 | 1010101 | 110110 |
Color Harmonies of #25EDB9
Complementary color
Monochromatic Colors of #25EDB9
Black with #25EDB9
Text Example
Text Example
White with #25EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EDB9; }
p { color: rgb(37,237,185); }
H1.HeaderClassName
{
color: #25EDB9;
}
.AnyTagClassName
{
color: #25EDB9;
}
</style>
background-color css
<style>
a { background-color: #25EDB9; }
a { background-color: rgb(37,237,185); }
div.DivClassName
{
background-color: #25EDB9;
}
.BgClassName
{
background-color: #25EDB9;
}
</style>
border-color css
<style>
span { border-color: #25EDB9; }
span { border-color: rgb(37,237,185); }
td.TdClassName
{
border-color: #25EDB9;
}
.TagClassName
{
border-color: #25EDB9;
}
</style>