Shades of Turquoise #25ECCD
Tints of Turquoise #25ECCD
RGB
CMYK
RGB Variations
Color information
#25ECCD (or 0x25ECCD) is known color: Turquoise. HEX triplet: 25, EC and CD. RGB value is (37,236,205). Sum of RGB (Red+Green+Blue) = 37+236+205=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECCD is #DA1332. Grayscale: #ACACAC. Windows color (decimal): -14291763 or 13495333. OLE color: 13495333.
HSL color Cylindrical-coordinate representation of color #25ECCD: hue angle of 170.65º 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 #25ECCD is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 205 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.07 |
| HSL | 170.65º | 0.84% | 0.54% | - |
| HSV(B) | 170.65º | 0.84% | 0.93% | - |
| XYZ | 41.78 | 64.79 | 68.06 | - |
| YUV | 172.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 205 | 0.84 | 0 | 0.13 | 0.07 | 170.65 | 0.84 | 0.54 |
| Hex | 25 | EC | CD | 54 | 0 | D | 7 | AB | 54 | 36 |
| Octal | 45 | 354 | 315 | 124 | 0 | 15 | 7 | 253 | 124 | 66 |
| Binary | 100101 | 11101100 | 11001101 | 1010100 | 0 | 1101 | 111 | 10101011 | 1010100 | 110110 |
Color Harmonies of #25ECCD
Complementary color
Monochromatic Colors of #25ECCD
Black with #25ECCD
Text Example
Text Example
White with #25ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECCD; }
p { color: rgb(37,236,205); }
H1.HeaderClassName
{
color: #25ECCD;
}
.AnyTagClassName
{
color: #25ECCD;
}
</style>
background-color css
<style>
a { background-color: #25ECCD; }
a { background-color: rgb(37,236,205); }
div.DivClassName
{
background-color: #25ECCD;
}
.BgClassName
{
background-color: #25ECCD;
}
</style>
border-color css
<style>
span { border-color: #25ECCD; }
span { border-color: rgb(37,236,205); }
td.TdClassName
{
border-color: #25ECCD;
}
.TagClassName
{
border-color: #25ECCD;
}
</style>