Shades of Fountain Blue #59BCBC
Tints of Fountain Blue #59BCBC
RGB
CMYK
RGB Variations
Color information
#59BCBC (or 0x59BCBC) is known color: Fountain Blue. HEX triplet: 59, BC and BC. RGB value is (89,188,188). Sum of RGB (Red+Green+Blue) = 89+188+188=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #59BCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCBC is #A64343. Grayscale: #9E9E9E. Windows color (decimal): -10896196 or 12368985. OLE color: 12368985.
HSL color Cylindrical-coordinate representation of color #59BCBC: hue angle of 180º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCBC is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 188 | - |
| CMYK | 0.53 | 0 | 0 | 0.26 |
| HSL | 180º | 0.42% | 0.54% | - |
| HSV(B) | 180º | 0.53% | 0.74% | - |
| XYZ | 31.18 | 41.72 | 53.99 | - |
| YUV | 158.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 188 | 0.53 | 0 | 0 | 0.26 | 180 | 0.42 | 0.54 |
| Hex | 59 | BC | BC | 35 | 0 | 0 | 1A | B4 | 2A | 36 |
| Octal | 131 | 274 | 274 | 65 | 0 | 0 | 32 | 264 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10111100 | 110101 | 0 | 0 | 11010 | 10110100 | 101010 | 110110 |
Color Harmonies of #59BCBC
Complementary color
Monochromatic Colors of #59BCBC
Black with #59BCBC
Text Example
Text Example
White with #59BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCBC; }
p { color: rgb(89,188,188); }
H1.HeaderClassName
{
color: #59BCBC;
}
.AnyTagClassName
{
color: #59BCBC;
}
</style>
background-color css
<style>
a { background-color: #59BCBC; }
a { background-color: rgb(89,188,188); }
div.DivClassName
{
background-color: #59BCBC;
}
.BgClassName
{
background-color: #59BCBC;
}
</style>
border-color css
<style>
span { border-color: #59BCBC; }
span { border-color: rgb(89,188,188); }
td.TdClassName
{
border-color: #59BCBC;
}
.TagClassName
{
border-color: #59BCBC;
}
</style>