Shades of Turquoise #25E8BF
Tints of Turquoise #25E8BF
RGB
CMYK
RGB Variations
Color information
#25E8BF (or 0x25E8BF) is known color: Turquoise. HEX triplet: 25, E8 and BF. RGB value is (37,232,191). Sum of RGB (Red+Green+Blue) = 37+232+191=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #25E8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E8BF is #DA1740. Grayscale: #A8A8A8. Windows color (decimal): -14292801 or 12576805. OLE color: 12576805.
HSL color Cylindrical-coordinate representation of color #25E8BF: hue angle of 167.38º degrees, saturation: 0.81, 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 #25E8BF is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 232 | 191 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.09 |
| HSL | 167.38º | 0.81% | 0.53% | - |
| HSV(B) | 167.38º | 0.84% | 0.91% | - |
| XYZ | 39.02 | 61.87 | 59.18 | - |
| YUV | 169.02 | 140.4 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 232 | 191 | 0.84 | 0 | 0.18 | 0.09 | 167.38 | 0.81 | 0.53 |
| Hex | 25 | E8 | BF | 54 | 0 | 12 | 9 | A7 | 51 | 35 |
| Octal | 45 | 350 | 277 | 124 | 0 | 22 | 11 | 247 | 121 | 65 |
| Binary | 100101 | 11101000 | 10111111 | 1010100 | 0 | 10010 | 1001 | 10100111 | 1010001 | 110101 |
Color Harmonies of #25E8BF
Complementary color
Monochromatic Colors of #25E8BF
Black with #25E8BF
Text Example
Text Example
White with #25E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E8BF; }
p { color: rgb(37,232,191); }
H1.HeaderClassName
{
color: #25E8BF;
}
.AnyTagClassName
{
color: #25E8BF;
}
</style>
background-color css
<style>
a { background-color: #25E8BF; }
a { background-color: rgb(37,232,191); }
div.DivClassName
{
background-color: #25E8BF;
}
.BgClassName
{
background-color: #25E8BF;
}
</style>
border-color css
<style>
span { border-color: #25E8BF; }
span { border-color: rgb(37,232,191); }
td.TdClassName
{
border-color: #25E8BF;
}
.TagClassName
{
border-color: #25E8BF;
}
</style>