Shades of Turquoise #25ECCC
Tints of Turquoise #25ECCC
RGB
CMYK
RGB Variations
Color information
#25ECCC (or 0x25ECCC) is known color: Turquoise. HEX triplet: 25, EC and CC. RGB value is (37,236,204). Sum of RGB (Red+Green+Blue) = 37+236+204=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECCC is #DA1333. Grayscale: #ACACAC. Windows color (decimal): -14291764 or 13429797. OLE color: 13429797.
HSL color Cylindrical-coordinate representation of color #25ECCC: hue angle of 170.35º 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 #25ECCC is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 204 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.07 |
| HSL | 170.35º | 0.84% | 0.54% | - |
| HSV(B) | 170.35º | 0.84% | 0.93% | - |
| XYZ | 41.66 | 64.74 | 67.43 | - |
| YUV | 172.85 | 145.57 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 204 | 0.84 | 0 | 0.14 | 0.07 | 170.35 | 0.84 | 0.54 |
| Hex | 25 | EC | CC | 54 | 0 | E | 7 | AA | 54 | 36 |
| Octal | 45 | 354 | 314 | 124 | 0 | 16 | 7 | 252 | 124 | 66 |
| Binary | 100101 | 11101100 | 11001100 | 1010100 | 0 | 1110 | 111 | 10101010 | 1010100 | 110110 |
Color Harmonies of #25ECCC
Complementary color
Monochromatic Colors of #25ECCC
Black with #25ECCC
Text Example
Text Example
White with #25ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECCC; }
p { color: rgb(37,236,204); }
H1.HeaderClassName
{
color: #25ECCC;
}
.AnyTagClassName
{
color: #25ECCC;
}
</style>
background-color css
<style>
a { background-color: #25ECCC; }
a { background-color: rgb(37,236,204); }
div.DivClassName
{
background-color: #25ECCC;
}
.BgClassName
{
background-color: #25ECCC;
}
</style>
border-color css
<style>
span { border-color: #25ECCC; }
span { border-color: rgb(37,236,204); }
td.TdClassName
{
border-color: #25ECCC;
}
.TagClassName
{
border-color: #25ECCC;
}
</style>