Shades of Turquoise #25ECB7
Tints of Turquoise #25ECB7
RGB
CMYK
RGB Variations
Color information
#25ECB7 (or 0x25ECB7) is known color: Turquoise. HEX triplet: 25, EC and B7. RGB value is (37,236,183). Sum of RGB (Red+Green+Blue) = 37+236+183=456 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.11% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECB7 is #DA1348. Grayscale: #AAAAAA. Windows color (decimal): -14291785 or 12053541. OLE color: 12053541.
HSL color Cylindrical-coordinate representation of color #25ECB7: hue angle of 164.02º 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 #25ECB7 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 183 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.07 |
| HSL | 164.02º | 0.84% | 0.54% | - |
| HSV(B) | 164.02º | 0.84% | 0.93% | - |
| XYZ | 39.31 | 63.8 | 55.04 | - |
| YUV | 170.46 | 135.07 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 183 | 0.84 | 0 | 0.22 | 0.07 | 164.02 | 0.84 | 0.54 |
| Hex | 25 | EC | B7 | 54 | 0 | 16 | 7 | A4 | 54 | 36 |
| Octal | 45 | 354 | 267 | 124 | 0 | 26 | 7 | 244 | 124 | 66 |
| Binary | 100101 | 11101100 | 10110111 | 1010100 | 0 | 10110 | 111 | 10100100 | 1010100 | 110110 |
Color Harmonies of #25ECB7
Complementary color
Monochromatic Colors of #25ECB7
Black with #25ECB7
Text Example
Text Example
White with #25ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECB7; }
p { color: rgb(37,236,183); }
H1.HeaderClassName
{
color: #25ECB7;
}
.AnyTagClassName
{
color: #25ECB7;
}
</style>
background-color css
<style>
a { background-color: #25ECB7; }
a { background-color: rgb(37,236,183); }
div.DivClassName
{
background-color: #25ECB7;
}
.BgClassName
{
background-color: #25ECB7;
}
</style>
border-color css
<style>
span { border-color: #25ECB7; }
span { border-color: rgb(37,236,183); }
td.TdClassName
{
border-color: #25ECB7;
}
.TagClassName
{
border-color: #25ECB7;
}
</style>