Shades of Turquoise #25EFB9
Tints of Turquoise #25EFB9
RGB
CMYK
RGB Variations
Color information
#25EFB9 (or 0x25EFB9) is known color: Turquoise. HEX triplet: 25, EF and B9. RGB value is (37,239,185). Sum of RGB (Red+Green+Blue) = 37+239+185=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFB9 is #DA1046. Grayscale: #ACACAC. Windows color (decimal): -14291015 or 12185381. OLE color: 12185381.
HSL color Cylindrical-coordinate representation of color #25EFB9: hue angle of 163.96º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFB9 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 185 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.06 |
| HSL | 163.96º | 0.86% | 0.54% | - |
| HSV(B) | 163.96º | 0.85% | 0.94% | - |
| XYZ | 40.39 | 65.63 | 56.44 | - |
| YUV | 172.45 | 135.08 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 185 | 0.85 | 0 | 0.23 | 0.06 | 163.96 | 0.86 | 0.54 |
| Hex | 25 | EF | B9 | 55 | 0 | 17 | 6 | A4 | 56 | 36 |
| Octal | 45 | 357 | 271 | 125 | 0 | 27 | 6 | 244 | 126 | 66 |
| Binary | 100101 | 11101111 | 10111001 | 1010101 | 0 | 10111 | 110 | 10100100 | 1010110 | 110110 |
Color Harmonies of #25EFB9
Complementary color
Monochromatic Colors of #25EFB9
Black with #25EFB9
Text Example
Text Example
White with #25EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFB9; }
p { color: rgb(37,239,185); }
H1.HeaderClassName
{
color: #25EFB9;
}
.AnyTagClassName
{
color: #25EFB9;
}
</style>
background-color css
<style>
a { background-color: #25EFB9; }
a { background-color: rgb(37,239,185); }
div.DivClassName
{
background-color: #25EFB9;
}
.BgClassName
{
background-color: #25EFB9;
}
</style>
border-color css
<style>
span { border-color: #25EFB9; }
span { border-color: rgb(37,239,185); }
td.TdClassName
{
border-color: #25EFB9;
}
.TagClassName
{
border-color: #25EFB9;
}
</style>