Shades of Turquoise #25E7C9
Tints of Turquoise #25E7C9
RGB
CMYK
RGB Variations
Color information
#25E7C9 (or 0x25E7C9) is known color: Turquoise. HEX triplet: 25, E7 and C9. RGB value is (37,231,201). Sum of RGB (Red+Green+Blue) = 37+231+201=469 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.89% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #25E7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E7C9 is #DA1836. Grayscale: #A9A9A9. Windows color (decimal): -14293047 or 13231909. OLE color: 13231909.
HSL color Cylindrical-coordinate representation of color #25E7C9: hue angle of 170.72º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E7C9 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 201 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.09 |
| HSL | 170.72º | 0.8% | 0.53% | - |
| HSV(B) | 170.72º | 0.84% | 0.91% | - |
| XYZ | 39.88 | 61.76 | 65.08 | - |
| YUV | 169.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 201 | 0.84 | 0 | 0.13 | 0.09 | 170.72 | 0.8 | 0.53 |
| Hex | 25 | E7 | C9 | 54 | 0 | D | 9 | AB | 50 | 35 |
| Octal | 45 | 347 | 311 | 124 | 0 | 15 | 11 | 253 | 120 | 65 |
| Binary | 100101 | 11100111 | 11001001 | 1010100 | 0 | 1101 | 1001 | 10101011 | 1010000 | 110101 |
Color Harmonies of #25E7C9
Complementary color
Monochromatic Colors of #25E7C9
Black with #25E7C9
Text Example
Text Example
White with #25E7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E7C9; }
p { color: rgb(37,231,201); }
H1.HeaderClassName
{
color: #25E7C9;
}
.AnyTagClassName
{
color: #25E7C9;
}
</style>
background-color css
<style>
a { background-color: #25E7C9; }
a { background-color: rgb(37,231,201); }
div.DivClassName
{
background-color: #25E7C9;
}
.BgClassName
{
background-color: #25E7C9;
}
</style>
border-color css
<style>
span { border-color: #25E7C9; }
span { border-color: rgb(37,231,201); }
td.TdClassName
{
border-color: #25E7C9;
}
.TagClassName
{
border-color: #25E7C9;
}
</style>