Shades of Turquoise #25ECBC
Tints of Turquoise #25ECBC
RGB
CMYK
RGB Variations
Color information
#25ECBC (or 0x25ECBC) is known color: Turquoise. HEX triplet: 25, EC and BC. RGB value is (37,236,188). Sum of RGB (Red+Green+Blue) = 37+236+188=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECBC is #DA1343. Grayscale: #ABABAB. Windows color (decimal): -14291780 or 12381221. OLE color: 12381221.
HSL color Cylindrical-coordinate representation of color #25ECBC: hue angle of 165.53º 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 #25ECBC is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 188 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.07 |
| HSL | 165.53º | 0.84% | 0.54% | - |
| HSV(B) | 165.53º | 0.84% | 0.93% | - |
| XYZ | 39.84 | 64.02 | 57.83 | - |
| YUV | 171.03 | 137.57 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 188 | 0.84 | 0 | 0.20 | 0.07 | 165.53 | 0.84 | 0.54 |
| Hex | 25 | EC | BC | 54 | 0 | 14 | 7 | A6 | 54 | 36 |
| Octal | 45 | 354 | 274 | 124 | 0 | 24 | 7 | 246 | 124 | 66 |
| Binary | 100101 | 11101100 | 10111100 | 1010100 | 0 | 10100 | 111 | 10100110 | 1010100 | 110110 |
Color Harmonies of #25ECBC
Complementary color
Monochromatic Colors of #25ECBC
Black with #25ECBC
Text Example
Text Example
White with #25ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECBC; }
p { color: rgb(37,236,188); }
H1.HeaderClassName
{
color: #25ECBC;
}
.AnyTagClassName
{
color: #25ECBC;
}
</style>
background-color css
<style>
a { background-color: #25ECBC; }
a { background-color: rgb(37,236,188); }
div.DivClassName
{
background-color: #25ECBC;
}
.BgClassName
{
background-color: #25ECBC;
}
</style>
border-color css
<style>
span { border-color: #25ECBC; }
span { border-color: rgb(37,236,188); }
td.TdClassName
{
border-color: #25ECBC;
}
.TagClassName
{
border-color: #25ECBC;
}
</style>