Shades of Turquoise #25F9BA
Tints of Turquoise #25F9BA
RGB
CMYK
RGB Variations
Color information
#25F9BA (or 0x25F9BA) is known color: Turquoise. HEX triplet: 25, F9 and BA. RGB value is (37,249,186). Sum of RGB (Red+Green+Blue) = 37+249+186=472 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.84% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #25F9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F9BA is #DA0645. Grayscale: #B2B2B2. Windows color (decimal): -14288454 or 12253477. OLE color: 12253477.
HSL color Cylindrical-coordinate representation of color #25F9BA: hue angle of 162.17º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F9BA is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 249 | 186 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.02 |
| HSL | 162.17º | 0.95% | 0.56% | - |
| HSV(B) | 162.17º | 0.85% | 0.98% | - |
| XYZ | 43.5 | 71.69 | 58 | - |
| YUV | 178.43 | 132.26 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 249 | 186 | 0.85 | 0 | 0.25 | 0.02 | 162.17 | 0.95 | 0.56 |
| Hex | 25 | F9 | BA | 55 | 0 | 19 | 2 | A2 | 5F | 38 |
| Octal | 45 | 371 | 272 | 125 | 0 | 31 | 2 | 242 | 137 | 70 |
| Binary | 100101 | 11111001 | 10111010 | 1010101 | 0 | 11001 | 10 | 10100010 | 1011111 | 111000 |
Color Harmonies of #25F9BA
Complementary color
Monochromatic Colors of #25F9BA
Black with #25F9BA
Text Example
Text Example
White with #25F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F9BA; }
p { color: rgb(37,249,186); }
H1.HeaderClassName
{
color: #25F9BA;
}
.AnyTagClassName
{
color: #25F9BA;
}
</style>
background-color css
<style>
a { background-color: #25F9BA; }
a { background-color: rgb(37,249,186); }
div.DivClassName
{
background-color: #25F9BA;
}
.BgClassName
{
background-color: #25F9BA;
}
</style>
border-color css
<style>
span { border-color: #25F9BA; }
span { border-color: rgb(37,249,186); }
td.TdClassName
{
border-color: #25F9BA;
}
.TagClassName
{
border-color: #25F9BA;
}
</style>