Shades of Turquoise #25ECBB
Tints of Turquoise #25ECBB
RGB
CMYK
RGB Variations
Color information
#25ECBB (or 0x25ECBB) is known color: Turquoise. HEX triplet: 25, EC and BB. RGB value is (37,236,187). Sum of RGB (Red+Green+Blue) = 37+236+187=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECBB is #DA1344. Grayscale: #AAAAAA. Windows color (decimal): -14291781 or 12315685. OLE color: 12315685.
HSL color Cylindrical-coordinate representation of color #25ECBB: hue angle of 165.23º degrees, saturation: 0.84, 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 #25ECBB is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 187 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.07 |
| HSL | 165.23º | 0.84% | 0.54% | - |
| HSV(B) | 165.23º | 0.84% | 0.93% | - |
| XYZ | 39.73 | 63.97 | 57.27 | - |
| YUV | 170.91 | 137.07 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 187 | 0.84 | 0 | 0.21 | 0.07 | 165.23 | 0.84 | 0.54 |
| Hex | 25 | EC | BB | 54 | 0 | 15 | 7 | A5 | 54 | 36 |
| Octal | 45 | 354 | 273 | 124 | 0 | 25 | 7 | 245 | 124 | 66 |
| Binary | 100101 | 11101100 | 10111011 | 1010100 | 0 | 10101 | 111 | 10100101 | 1010100 | 110110 |
Color Harmonies of #25ECBB
Complementary color
Monochromatic Colors of #25ECBB
Black with #25ECBB
Text Example
Text Example
White with #25ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECBB; }
p { color: rgb(37,236,187); }
H1.HeaderClassName
{
color: #25ECBB;
}
.AnyTagClassName
{
color: #25ECBB;
}
</style>
background-color css
<style>
a { background-color: #25ECBB; }
a { background-color: rgb(37,236,187); }
div.DivClassName
{
background-color: #25ECBB;
}
.BgClassName
{
background-color: #25ECBB;
}
</style>
border-color css
<style>
span { border-color: #25ECBB; }
span { border-color: rgb(37,236,187); }
td.TdClassName
{
border-color: #25ECBB;
}
.TagClassName
{
border-color: #25ECBB;
}
</style>