Shades of Turquoise #25F6BA
Tints of Turquoise #25F6BA
RGB
CMYK
RGB Variations
Color information
#25F6BA (or 0x25F6BA) is known color: Turquoise. HEX triplet: 25, F6 and BA. RGB value is (37,246,186). Sum of RGB (Red+Green+Blue) = 37+246+186=469 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.89% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #25F6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F6BA is #DA0945. Grayscale: #B0B0B0. Windows color (decimal): -14289222 or 12252709. OLE color: 12252709.
HSL color Cylindrical-coordinate representation of color #25F6BA: hue angle of 162.78º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F6BA is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 246 | 186 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.04 |
| HSL | 162.78º | 0.92% | 0.55% | - |
| HSV(B) | 162.78º | 0.85% | 0.96% | - |
| XYZ | 42.58 | 69.85 | 57.69 | - |
| YUV | 176.67 | 133.26 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 246 | 186 | 0.85 | 0 | 0.24 | 0.04 | 162.78 | 0.92 | 0.55 |
| Hex | 25 | F6 | BA | 55 | 0 | 18 | 4 | A3 | 5C | 37 |
| Octal | 45 | 366 | 272 | 125 | 0 | 30 | 4 | 243 | 134 | 67 |
| Binary | 100101 | 11110110 | 10111010 | 1010101 | 0 | 11000 | 100 | 10100011 | 1011100 | 110111 |
Color Harmonies of #25F6BA
Complementary color
Monochromatic Colors of #25F6BA
Black with #25F6BA
Text Example
Text Example
White with #25F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F6BA; }
p { color: rgb(37,246,186); }
H1.HeaderClassName
{
color: #25F6BA;
}
.AnyTagClassName
{
color: #25F6BA;
}
</style>
background-color css
<style>
a { background-color: #25F6BA; }
a { background-color: rgb(37,246,186); }
div.DivClassName
{
background-color: #25F6BA;
}
.BgClassName
{
background-color: #25F6BA;
}
</style>
border-color css
<style>
span { border-color: #25F6BA; }
span { border-color: rgb(37,246,186); }
td.TdClassName
{
border-color: #25F6BA;
}
.TagClassName
{
border-color: #25F6BA;
}
</style>