Shades of Turquoise #25FEBF
Tints of Turquoise #25FEBF
RGB
CMYK
RGB Variations
Color information
#25FEBF (or 0x25FEBF) is known color: Turquoise. HEX triplet: 25, FE and BF. RGB value is (37,254,191). Sum of RGB (Red+Green+Blue) = 37+254+191=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FEBF is #DA0140. Grayscale: #B5B5B5. Windows color (decimal): -14287169 or 12582437. OLE color: 12582437.
HSL color Cylindrical-coordinate representation of color #25FEBF: hue angle of 162.58º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEBF is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 191 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.00 |
| HSL | 162.58º | 0.99% | 0.57% | - |
| HSV(B) | 162.58º | 0.85% | 1% | - |
| XYZ | 45.61 | 75.04 | 61.37 | - |
| YUV | 181.94 | 133.11 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 191 | 0.85 | 0 | 0.25 | 0.00 | 162.58 | 0.99 | 0.57 |
| Hex | 25 | FE | BF | 55 | 0 | 19 | 0 | A3 | 63 | 39 |
| Octal | 45 | 376 | 277 | 125 | 0 | 31 | 0 | 243 | 143 | 71 |
| Binary | 100101 | 11111110 | 10111111 | 1010101 | 0 | 11001 | 0 | 10100011 | 1100011 | 111001 |
Color Harmonies of #25FEBF
Complementary color
Monochromatic Colors of #25FEBF
Black with #25FEBF
Text Example
Text Example
White with #25FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEBF; }
p { color: rgb(37,254,191); }
H1.HeaderClassName
{
color: #25FEBF;
}
.AnyTagClassName
{
color: #25FEBF;
}
</style>
background-color css
<style>
a { background-color: #25FEBF; }
a { background-color: rgb(37,254,191); }
div.DivClassName
{
background-color: #25FEBF;
}
.BgClassName
{
background-color: #25FEBF;
}
</style>
border-color css
<style>
span { border-color: #25FEBF; }
span { border-color: rgb(37,254,191); }
td.TdClassName
{
border-color: #25FEBF;
}
.TagClassName
{
border-color: #25FEBF;
}
</style>