Shades of Turquoise #25FCBB
Tints of Turquoise #25FCBB
RGB
CMYK
RGB Variations
Color information
#25FCBB (or 0x25FCBB) is known color: Turquoise. HEX triplet: 25, FC and BB. RGB value is (37,252,187). Sum of RGB (Red+Green+Blue) = 37+252+187=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FCBB is #DA0344. Grayscale: #B4B4B4. Windows color (decimal): -14287685 or 12319781. OLE color: 12319781.
HSL color Cylindrical-coordinate representation of color #25FCBB: hue angle of 161.86º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FCBB is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 187 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.01 |
| HSL | 161.86º | 0.97% | 0.57% | - |
| HSV(B) | 161.86º | 0.85% | 0.99% | - |
| XYZ | 44.54 | 73.6 | 58.87 | - |
| YUV | 180.31 | 131.77 | 25.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 187 | 0.85 | 0 | 0.26 | 0.01 | 161.86 | 0.97 | 0.57 |
| Hex | 25 | FC | BB | 55 | 0 | 1A | 1 | A2 | 61 | 39 |
| Octal | 45 | 374 | 273 | 125 | 0 | 32 | 1 | 242 | 141 | 71 |
| Binary | 100101 | 11111100 | 10111011 | 1010101 | 0 | 11010 | 1 | 10100010 | 1100001 | 111001 |
Color Harmonies of #25FCBB
Complementary color
Monochromatic Colors of #25FCBB
Black with #25FCBB
Text Example
Text Example
White with #25FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCBB; }
p { color: rgb(37,252,187); }
H1.HeaderClassName
{
color: #25FCBB;
}
.AnyTagClassName
{
color: #25FCBB;
}
</style>
background-color css
<style>
a { background-color: #25FCBB; }
a { background-color: rgb(37,252,187); }
div.DivClassName
{
background-color: #25FCBB;
}
.BgClassName
{
background-color: #25FCBB;
}
</style>
border-color css
<style>
span { border-color: #25FCBB; }
span { border-color: rgb(37,252,187); }
td.TdClassName
{
border-color: #25FCBB;
}
.TagClassName
{
border-color: #25FCBB;
}
</style>