Shades of Turquoise #25ECD7
Tints of Turquoise #25ECD7
RGB
CMYK
RGB Variations
Color information
#25ECD7 (or 0x25ECD7) is known color: Turquoise. HEX triplet: 25, EC and D7. RGB value is (37,236,215). Sum of RGB (Red+Green+Blue) = 37+236+215=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECD7 is #DA1328. Grayscale: #ADADAD. Windows color (decimal): -14291753 or 14150693. OLE color: 14150693.
HSL color Cylindrical-coordinate representation of color #25ECD7: hue angle of 173.67º 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 #25ECD7 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 215 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.07 |
| HSL | 173.67º | 0.84% | 0.54% | - |
| HSV(B) | 173.67º | 0.84% | 0.93% | - |
| XYZ | 43.02 | 65.29 | 74.62 | - |
| YUV | 174.11 | 151.07 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 215 | 0.84 | 0 | 0.09 | 0.07 | 173.67 | 0.84 | 0.54 |
| Hex | 25 | EC | D7 | 54 | 0 | 9 | 7 | AE | 54 | 36 |
| Octal | 45 | 354 | 327 | 124 | 0 | 11 | 7 | 256 | 124 | 66 |
| Binary | 100101 | 11101100 | 11010111 | 1010100 | 0 | 1001 | 111 | 10101110 | 1010100 | 110110 |
Color Harmonies of #25ECD7
Complementary color
Monochromatic Colors of #25ECD7
Black with #25ECD7
Text Example
Text Example
White with #25ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECD7; }
p { color: rgb(37,236,215); }
H1.HeaderClassName
{
color: #25ECD7;
}
.AnyTagClassName
{
color: #25ECD7;
}
</style>
background-color css
<style>
a { background-color: #25ECD7; }
a { background-color: rgb(37,236,215); }
div.DivClassName
{
background-color: #25ECD7;
}
.BgClassName
{
background-color: #25ECD7;
}
</style>
border-color css
<style>
span { border-color: #25ECD7; }
span { border-color: rgb(37,236,215); }
td.TdClassName
{
border-color: #25ECD7;
}
.TagClassName
{
border-color: #25ECD7;
}
</style>