Shades of Turquoise #25EABB
Tints of Turquoise #25EABB
RGB
CMYK
RGB Variations
Color information
#25EABB (or 0x25EABB) is known color: Turquoise. HEX triplet: 25, EA and BB. RGB value is (37,234,187). Sum of RGB (Red+Green+Blue) = 37+234+187=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #25EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EABB is #DA1544. Grayscale: #A9A9A9. Windows color (decimal): -14292293 or 12315173. OLE color: 12315173.
HSL color Cylindrical-coordinate representation of color #25EABB: hue angle of 165.69º 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 #25EABB is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 187 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.08 |
| HSL | 165.69º | 0.82% | 0.53% | - |
| HSV(B) | 165.69º | 0.84% | 0.92% | - |
| XYZ | 39.16 | 62.83 | 57.08 | - |
| YUV | 169.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 187 | 0.84 | 0 | 0.20 | 0.08 | 165.69 | 0.82 | 0.53 |
| Hex | 25 | EA | BB | 54 | 0 | 14 | 8 | A6 | 52 | 35 |
| Octal | 45 | 352 | 273 | 124 | 0 | 24 | 10 | 246 | 122 | 65 |
| Binary | 100101 | 11101010 | 10111011 | 1010100 | 0 | 10100 | 1000 | 10100110 | 1010010 | 110101 |
Color Harmonies of #25EABB
Complementary color
Monochromatic Colors of #25EABB
Black with #25EABB
Text Example
Text Example
White with #25EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EABB; }
p { color: rgb(37,234,187); }
H1.HeaderClassName
{
color: #25EABB;
}
.AnyTagClassName
{
color: #25EABB;
}
</style>
background-color css
<style>
a { background-color: #25EABB; }
a { background-color: rgb(37,234,187); }
div.DivClassName
{
background-color: #25EABB;
}
.BgClassName
{
background-color: #25EABB;
}
</style>
border-color css
<style>
span { border-color: #25EABB; }
span { border-color: rgb(37,234,187); }
td.TdClassName
{
border-color: #25EABB;
}
.TagClassName
{
border-color: #25EABB;
}
</style>