Shades of Turquoise #25F0BC
Tints of Turquoise #25F0BC
RGB
CMYK
RGB Variations
Color information
#25F0BC (or 0x25F0BC) is known color: Turquoise. HEX triplet: 25, F0 and BC. RGB value is (37,240,188). Sum of RGB (Red+Green+Blue) = 37+240+188=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #25F0BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F0BC is #DA0F43. Grayscale: #ADADAD. Windows color (decimal): -14290756 or 12382245. OLE color: 12382245.
HSL color Cylindrical-coordinate representation of color #25F0BC: hue angle of 164.63º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0BC is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 188 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.06 |
| HSL | 164.63º | 0.87% | 0.54% | - |
| HSV(B) | 164.63º | 0.85% | 0.94% | - |
| XYZ | 41 | 66.34 | 58.22 | - |
| YUV | 173.38 | 136.25 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 188 | 0.85 | 0 | 0.22 | 0.06 | 164.63 | 0.87 | 0.54 |
| Hex | 25 | F0 | BC | 55 | 0 | 16 | 6 | A5 | 57 | 36 |
| Octal | 45 | 360 | 274 | 125 | 0 | 26 | 6 | 245 | 127 | 66 |
| Binary | 100101 | 11110000 | 10111100 | 1010101 | 0 | 10110 | 110 | 10100101 | 1010111 | 110110 |
Color Harmonies of #25F0BC
Complementary color
Monochromatic Colors of #25F0BC
Black with #25F0BC
Text Example
Text Example
White with #25F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F0BC; }
p { color: rgb(37,240,188); }
H1.HeaderClassName
{
color: #25F0BC;
}
.AnyTagClassName
{
color: #25F0BC;
}
</style>
background-color css
<style>
a { background-color: #25F0BC; }
a { background-color: rgb(37,240,188); }
div.DivClassName
{
background-color: #25F0BC;
}
.BgClassName
{
background-color: #25F0BC;
}
</style>
border-color css
<style>
span { border-color: #25F0BC; }
span { border-color: rgb(37,240,188); }
td.TdClassName
{
border-color: #25F0BC;
}
.TagClassName
{
border-color: #25F0BC;
}
</style>