Shades of Fountain Blue #58C1BC
Tints of Fountain Blue #58C1BC
RGB
CMYK
RGB Variations
Color information
#58C1BC (or 0x58C1BC) is known color: Fountain Blue. HEX triplet: 58, C1 and BC. RGB value is (88,193,188). Sum of RGB (Red+Green+Blue) = 88+193+188=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C1BC is #A73E43. Grayscale: #A0A0A0. Windows color (decimal): -10960452 or 12370264. OLE color: 12370264.
HSL color Cylindrical-coordinate representation of color #58C1BC: hue angle of 177.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C1BC is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 188 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.24 |
| HSL | 177.14º | 0.46% | 0.55% | - |
| HSV(B) | 177.14º | 0.54% | 0.76% | - |
| XYZ | 32.17 | 43.85 | 54.34 | - |
| YUV | 161.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 188 | 0.54 | 0 | 0.03 | 0.24 | 177.14 | 0.46 | 0.55 |
| Hex | 58 | C1 | BC | 36 | 0 | 3 | 18 | B1 | 2E | 37 |
| Octal | 130 | 301 | 274 | 66 | 0 | 3 | 30 | 261 | 56 | 67 |
| Binary | 1011000 | 11000001 | 10111100 | 110110 | 0 | 11 | 11000 | 10110001 | 101110 | 110111 |
Color Harmonies of #58C1BC
Complementary color
Monochromatic Colors of #58C1BC
Black with #58C1BC
Text Example
Text Example
White with #58C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C1BC; }
p { color: rgb(88,193,188); }
H1.HeaderClassName
{
color: #58C1BC;
}
.AnyTagClassName
{
color: #58C1BC;
}
</style>
background-color css
<style>
a { background-color: #58C1BC; }
a { background-color: rgb(88,193,188); }
div.DivClassName
{
background-color: #58C1BC;
}
.BgClassName
{
background-color: #58C1BC;
}
</style>
border-color css
<style>
span { border-color: #58C1BC; }
span { border-color: rgb(88,193,188); }
td.TdClassName
{
border-color: #58C1BC;
}
.TagClassName
{
border-color: #58C1BC;
}
</style>