Shades of Turquoise #25EAC5
Tints of Turquoise #25EAC5
RGB
CMYK
RGB Variations
Color information
#25EAC5 (or 0x25EAC5) is known color: Turquoise. HEX triplet: 25, EA and C5. RGB value is (37,234,197). Sum of RGB (Red+Green+Blue) = 37+234+197=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAC5 is #DA153A. Grayscale: #AAAAAA. Windows color (decimal): -14292283 or 12970533. OLE color: 12970533.
HSL color Cylindrical-coordinate representation of color #25EAC5: hue angle of 168.73º degrees, saturation: 0.82, 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 #25EAC5 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 197 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.08 |
| HSL | 168.73º | 0.82% | 0.53% | - |
| HSV(B) | 168.73º | 0.84% | 0.92% | - |
| XYZ | 40.26 | 63.27 | 62.91 | - |
| YUV | 170.88 | 142.73 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 197 | 0.84 | 0 | 0.16 | 0.08 | 168.73 | 0.82 | 0.53 |
| Hex | 25 | EA | C5 | 54 | 0 | 10 | 8 | A9 | 52 | 35 |
| Octal | 45 | 352 | 305 | 124 | 0 | 20 | 10 | 251 | 122 | 65 |
| Binary | 100101 | 11101010 | 11000101 | 1010100 | 0 | 10000 | 1000 | 10101001 | 1010010 | 110101 |
Color Harmonies of #25EAC5
Complementary color
Monochromatic Colors of #25EAC5
Black with #25EAC5
Text Example
Text Example
White with #25EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAC5; }
p { color: rgb(37,234,197); }
H1.HeaderClassName
{
color: #25EAC5;
}
.AnyTagClassName
{
color: #25EAC5;
}
</style>
background-color css
<style>
a { background-color: #25EAC5; }
a { background-color: rgb(37,234,197); }
div.DivClassName
{
background-color: #25EAC5;
}
.BgClassName
{
background-color: #25EAC5;
}
</style>
border-color css
<style>
span { border-color: #25EAC5; }
span { border-color: rgb(37,234,197); }
td.TdClassName
{
border-color: #25EAC5;
}
.TagClassName
{
border-color: #25EAC5;
}
</style>