Shades of Turquoise #25F1BA
Tints of Turquoise #25F1BA
RGB
CMYK
RGB Variations
Color information
#25F1BA (or 0x25F1BA) is known color: Turquoise. HEX triplet: 25, F1 and BA. RGB value is (37,241,186). Sum of RGB (Red+Green+Blue) = 37+241+186=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1BA is #DA0E45. Grayscale: #ADADAD. Windows color (decimal): -14290502 or 12251429. OLE color: 12251429.
HSL color Cylindrical-coordinate representation of color #25F1BA: hue angle of 163.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F1BA is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 186 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.05 |
| HSL | 163.82º | 0.88% | 0.55% | - |
| HSV(B) | 163.82º | 0.85% | 0.95% | - |
| XYZ | 41.08 | 66.85 | 57.19 | - |
| YUV | 173.73 | 134.91 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 186 | 0.85 | 0 | 0.23 | 0.05 | 163.82 | 0.88 | 0.55 |
| Hex | 25 | F1 | BA | 55 | 0 | 17 | 5 | A4 | 58 | 37 |
| Octal | 45 | 361 | 272 | 125 | 0 | 27 | 5 | 244 | 130 | 67 |
| Binary | 100101 | 11110001 | 10111010 | 1010101 | 0 | 10111 | 101 | 10100100 | 1011000 | 110111 |
Color Harmonies of #25F1BA
Complementary color
Monochromatic Colors of #25F1BA
Black with #25F1BA
Text Example
Text Example
White with #25F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F1BA; }
p { color: rgb(37,241,186); }
H1.HeaderClassName
{
color: #25F1BA;
}
.AnyTagClassName
{
color: #25F1BA;
}
</style>
background-color css
<style>
a { background-color: #25F1BA; }
a { background-color: rgb(37,241,186); }
div.DivClassName
{
background-color: #25F1BA;
}
.BgClassName
{
background-color: #25F1BA;
}
</style>
border-color css
<style>
span { border-color: #25F1BA; }
span { border-color: rgb(37,241,186); }
td.TdClassName
{
border-color: #25F1BA;
}
.TagClassName
{
border-color: #25F1BA;
}
</style>