Shades of Turquoise #25EABD
Tints of Turquoise #25EABD
RGB
CMYK
RGB Variations
Color information
#25EABD (or 0x25EABD) is known color: Turquoise. HEX triplet: 25, EA and BD. RGB value is (37,234,189). Sum of RGB (Red+Green+Blue) = 37+234+189=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #25EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EABD is #DA1542. Grayscale: #A9A9A9. Windows color (decimal): -14292291 or 12446245. OLE color: 12446245.
HSL color Cylindrical-coordinate representation of color #25EABD: hue angle of 166.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EABD is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 189 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.08 |
| HSL | 166.29º | 0.82% | 0.53% | - |
| HSV(B) | 166.29º | 0.84% | 0.92% | - |
| XYZ | 39.37 | 62.91 | 58.21 | - |
| YUV | 169.97 | 138.73 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 189 | 0.84 | 0 | 0.19 | 0.08 | 166.29 | 0.82 | 0.53 |
| Hex | 25 | EA | BD | 54 | 0 | 13 | 8 | A6 | 52 | 35 |
| Octal | 45 | 352 | 275 | 124 | 0 | 23 | 10 | 246 | 122 | 65 |
| Binary | 100101 | 11101010 | 10111101 | 1010100 | 0 | 10011 | 1000 | 10100110 | 1010010 | 110101 |
Color Harmonies of #25EABD
Complementary color
Monochromatic Colors of #25EABD
Black with #25EABD
Text Example
Text Example
White with #25EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EABD; }
p { color: rgb(37,234,189); }
H1.HeaderClassName
{
color: #25EABD;
}
.AnyTagClassName
{
color: #25EABD;
}
</style>
background-color css
<style>
a { background-color: #25EABD; }
a { background-color: rgb(37,234,189); }
div.DivClassName
{
background-color: #25EABD;
}
.BgClassName
{
background-color: #25EABD;
}
</style>
border-color css
<style>
span { border-color: #25EABD; }
span { border-color: rgb(37,234,189); }
td.TdClassName
{
border-color: #25EABD;
}
.TagClassName
{
border-color: #25EABD;
}
</style>