Shades of Fountain Blue #58BCBB
Tints of Fountain Blue #58BCBB
RGB
CMYK
RGB Variations
Color information
#58BCBB (or 0x58BCBB) is known color: Fountain Blue. HEX triplet: 58, BC and BB. RGB value is (88,188,187). Sum of RGB (Red+Green+Blue) = 88+188+187=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCBB is #A74344. Grayscale: #9D9D9D. Windows color (decimal): -10961733 or 12303448. OLE color: 12303448.
HSL color Cylindrical-coordinate representation of color #58BCBB: hue angle of 179.4º degrees, saturation: 0.43, 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 #58BCBB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 187 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.26 |
| HSL | 179.4º | 0.43% | 0.54% | - |
| HSV(B) | 179.4º | 0.53% | 0.74% | - |
| XYZ | 30.98 | 41.63 | 53.42 | - |
| YUV | 157.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 187 | 0.53 | 0 | 0.01 | 0.26 | 179.4 | 0.43 | 0.54 |
| Hex | 58 | BC | BB | 35 | 0 | 1 | 1A | B3 | 2B | 36 |
| Octal | 130 | 274 | 273 | 65 | 0 | 1 | 32 | 263 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10111011 | 110101 | 0 | 1 | 11010 | 10110011 | 101011 | 110110 |
Color Harmonies of #58BCBB
Complementary color
Monochromatic Colors of #58BCBB
Black with #58BCBB
Text Example
Text Example
White with #58BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCBB; }
p { color: rgb(88,188,187); }
H1.HeaderClassName
{
color: #58BCBB;
}
.AnyTagClassName
{
color: #58BCBB;
}
</style>
background-color css
<style>
a { background-color: #58BCBB; }
a { background-color: rgb(88,188,187); }
div.DivClassName
{
background-color: #58BCBB;
}
.BgClassName
{
background-color: #58BCBB;
}
</style>
border-color css
<style>
span { border-color: #58BCBB; }
span { border-color: rgb(88,188,187); }
td.TdClassName
{
border-color: #58BCBB;
}
.TagClassName
{
border-color: #58BCBB;
}
</style>