Shades of Turquoise #25EBCD
Tints of Turquoise #25EBCD
RGB
CMYK
RGB Variations
Color information
#25EBCD (or 0x25EBCD) is known color: Turquoise. HEX triplet: 25, EB and CD. RGB value is (37,235,205). Sum of RGB (Red+Green+Blue) = 37+235+205=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #25EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EBCD is #DA1432. Grayscale: #ACACAC. Windows color (decimal): -14292019 or 13495077. OLE color: 13495077.
HSL color Cylindrical-coordinate representation of color #25EBCD: hue angle of 170.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EBCD is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 235 | 205 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.08 |
| HSL | 170.91º | 0.83% | 0.53% | - |
| HSV(B) | 170.91º | 0.84% | 0.92% | - |
| XYZ | 41.49 | 64.22 | 67.97 | - |
| YUV | 172.38 | 146.4 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 235 | 205 | 0.84 | 0 | 0.13 | 0.08 | 170.91 | 0.83 | 0.53 |
| Hex | 25 | EB | CD | 54 | 0 | D | 8 | AB | 53 | 35 |
| Octal | 45 | 353 | 315 | 124 | 0 | 15 | 10 | 253 | 123 | 65 |
| Binary | 100101 | 11101011 | 11001101 | 1010100 | 0 | 1101 | 1000 | 10101011 | 1010011 | 110101 |
Color Harmonies of #25EBCD
Complementary color
Monochromatic Colors of #25EBCD
Black with #25EBCD
Text Example
Text Example
White with #25EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EBCD; }
p { color: rgb(37,235,205); }
H1.HeaderClassName
{
color: #25EBCD;
}
.AnyTagClassName
{
color: #25EBCD;
}
</style>
background-color css
<style>
a { background-color: #25EBCD; }
a { background-color: rgb(37,235,205); }
div.DivClassName
{
background-color: #25EBCD;
}
.BgClassName
{
background-color: #25EBCD;
}
</style>
border-color css
<style>
span { border-color: #25EBCD; }
span { border-color: rgb(37,235,205); }
td.TdClassName
{
border-color: #25EBCD;
}
.TagClassName
{
border-color: #25EBCD;
}
</style>