Shades of Turquoise #25E1BD
Tints of Turquoise #25E1BD
RGB
CMYK
RGB Variations
Color information
#25E1BD (or 0x25E1BD) is known color: Turquoise. HEX triplet: 25, E1 and BD. RGB value is (37,225,189). Sum of RGB (Red+Green+Blue) = 37+225+189=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #25E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E1BD is #DA1E42. Grayscale: #A4A4A4. Windows color (decimal): -14294595 or 12443941. OLE color: 12443941.
HSL color Cylindrical-coordinate representation of color #25E1BD: hue angle of 168.51º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E1BD is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 189 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.12 |
| HSL | 168.51º | 0.76% | 0.51% | - |
| HSV(B) | 168.51º | 0.84% | 0.88% | - |
| XYZ | 36.87 | 57.92 | 57.38 | - |
| YUV | 164.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 189 | 0.84 | 0 | 0.16 | 0.12 | 168.51 | 0.76 | 0.51 |
| Hex | 25 | E1 | BD | 54 | 0 | 10 | C | A9 | 4C | 33 |
| Octal | 45 | 341 | 275 | 124 | 0 | 20 | 14 | 251 | 114 | 63 |
| Binary | 100101 | 11100001 | 10111101 | 1010100 | 0 | 10000 | 1100 | 10101001 | 1001100 | 110011 |
Color Harmonies of #25E1BD
Complementary color
Monochromatic Colors of #25E1BD
Black with #25E1BD
Text Example
Text Example
White with #25E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E1BD; }
p { color: rgb(37,225,189); }
H1.HeaderClassName
{
color: #25E1BD;
}
.AnyTagClassName
{
color: #25E1BD;
}
</style>
background-color css
<style>
a { background-color: #25E1BD; }
a { background-color: rgb(37,225,189); }
div.DivClassName
{
background-color: #25E1BD;
}
.BgClassName
{
background-color: #25E1BD;
}
</style>
border-color css
<style>
span { border-color: #25E1BD; }
span { border-color: rgb(37,225,189); }
td.TdClassName
{
border-color: #25E1BD;
}
.TagClassName
{
border-color: #25E1BD;
}
</style>