Shades of Fountain Blue #5BC1BF
Tints of Fountain Blue #5BC1BF
RGB
CMYK
RGB Variations
Color information
#5BC1BF (or 0x5BC1BF) is known color: Fountain Blue. HEX triplet: 5B, C1 and BF. RGB value is (91,193,191). Sum of RGB (Red+Green+Blue) = 91+193+191=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC1BF is #A43E40. Grayscale: #A2A2A2. Windows color (decimal): -10763841 or 12566875. OLE color: 12566875.
HSL color Cylindrical-coordinate representation of color #5BC1BF: hue angle of 178.82º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC1BF is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 191 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.24 |
| HSL | 178.82º | 0.45% | 0.56% | - |
| HSV(B) | 178.82º | 0.53% | 0.76% | - |
| XYZ | 32.79 | 44.13 | 56.08 | - |
| YUV | 162.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 191 | 0.53 | 0 | 0.01 | 0.24 | 178.82 | 0.45 | 0.56 |
| Hex | 5B | C1 | BF | 35 | 0 | 1 | 18 | B3 | 2D | 38 |
| Octal | 133 | 301 | 277 | 65 | 0 | 1 | 30 | 263 | 55 | 70 |
| Binary | 1011011 | 11000001 | 10111111 | 110101 | 0 | 1 | 11000 | 10110011 | 101101 | 111000 |
Color Harmonies of #5BC1BF
Complementary color
Monochromatic Colors of #5BC1BF
Black with #5BC1BF
Text Example
Text Example
White with #5BC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC1BF; }
p { color: rgb(91,193,191); }
H1.HeaderClassName
{
color: #5BC1BF;
}
.AnyTagClassName
{
color: #5BC1BF;
}
</style>
background-color css
<style>
a { background-color: #5BC1BF; }
a { background-color: rgb(91,193,191); }
div.DivClassName
{
background-color: #5BC1BF;
}
.BgClassName
{
background-color: #5BC1BF;
}
</style>
border-color css
<style>
span { border-color: #5BC1BF; }
span { border-color: rgb(91,193,191); }
td.TdClassName
{
border-color: #5BC1BF;
}
.TagClassName
{
border-color: #5BC1BF;
}
</style>