Shades of Turquoise #25EBCE
Tints of Turquoise #25EBCE
RGB
CMYK
RGB Variations
Color information
#25EBCE (or 0x25EBCE) is known color: Turquoise. HEX triplet: 25, EB and CE. RGB value is (37,235,206). Sum of RGB (Red+Green+Blue) = 37+235+206=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #25EBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EBCE is #DA1431. Grayscale: #ACACAC. Windows color (decimal): -14292018 or 13560613. OLE color: 13560613.
HSL color Cylindrical-coordinate representation of color #25EBCE: hue angle of 171.21º 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 #25EBCE is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 235 | 206 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.08 |
| HSL | 171.21º | 0.83% | 0.53% | - |
| HSV(B) | 171.21º | 0.84% | 0.92% | - |
| XYZ | 41.61 | 64.27 | 68.6 | - |
| YUV | 172.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 235 | 206 | 0.84 | 0 | 0.12 | 0.08 | 171.21 | 0.83 | 0.53 |
| Hex | 25 | EB | CE | 54 | 0 | C | 8 | AB | 53 | 35 |
| Octal | 45 | 353 | 316 | 124 | 0 | 14 | 10 | 253 | 123 | 65 |
| Binary | 100101 | 11101011 | 11001110 | 1010100 | 0 | 1100 | 1000 | 10101011 | 1010011 | 110101 |
Color Harmonies of #25EBCE
Complementary color
Monochromatic Colors of #25EBCE
Black with #25EBCE
Text Example
Text Example
White with #25EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EBCE; }
p { color: rgb(37,235,206); }
H1.HeaderClassName
{
color: #25EBCE;
}
.AnyTagClassName
{
color: #25EBCE;
}
</style>
background-color css
<style>
a { background-color: #25EBCE; }
a { background-color: rgb(37,235,206); }
div.DivClassName
{
background-color: #25EBCE;
}
.BgClassName
{
background-color: #25EBCE;
}
</style>
border-color css
<style>
span { border-color: #25EBCE; }
span { border-color: rgb(37,235,206); }
td.TdClassName
{
border-color: #25EBCE;
}
.TagClassName
{
border-color: #25EBCE;
}
</style>