Shades of Turquoise #25FFBC
Tints of Turquoise #25FFBC
RGB
CMYK
RGB Variations
Color information
#25FFBC (or 0x25FFBC) is known color: Turquoise. HEX triplet: 25, FF and BC. RGB value is (37,255,188). Sum of RGB (Red+Green+Blue) = 37+255+188=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFBC is #DA0043. Grayscale: #B6B6B6. Windows color (decimal): -14286916 or 12386085. OLE color: 12386085.
HSL color Cylindrical-coordinate representation of color #25FFBC: hue angle of 161.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFBC is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 188 | - |
| CMYK | 0.85 | 0 | 0.26 | 0 |
| HSL | 161.56º | 1% | 0.57% | - |
| HSV(B) | 161.56º | 0.85% | 1% | - |
| XYZ | 45.6 | 75.54 | 59.76 | - |
| YUV | 182.18 | 131.28 | 24.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 188 | 0.85 | 0 | 0.26 | 0 | 161.56 | 1 | 0.57 |
| Hex | 25 | FF | BC | 55 | 0 | 1A | 0 | A2 | 64 | 39 |
| Octal | 45 | 377 | 274 | 125 | 0 | 32 | 0 | 242 | 144 | 71 |
| Binary | 100101 | 11111111 | 10111100 | 1010101 | 0 | 11010 | 0 | 10100010 | 1100100 | 111001 |
Color Harmonies of #25FFBC
Complementary color
Monochromatic Colors of #25FFBC
Black with #25FFBC
Text Example
Text Example
White with #25FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFBC; }
p { color: rgb(37,255,188); }
H1.HeaderClassName
{
color: #25FFBC;
}
.AnyTagClassName
{
color: #25FFBC;
}
</style>
background-color css
<style>
a { background-color: #25FFBC; }
a { background-color: rgb(37,255,188); }
div.DivClassName
{
background-color: #25FFBC;
}
.BgClassName
{
background-color: #25FFBC;
}
</style>
border-color css
<style>
span { border-color: #25FFBC; }
span { border-color: rgb(37,255,188); }
td.TdClassName
{
border-color: #25FFBC;
}
.TagClassName
{
border-color: #25FFBC;
}
</style>