Shades of Fountain Blue #5DC1BF
Tints of Fountain Blue #5DC1BF
RGB
CMYK
RGB Variations
Color information
#5DC1BF (or 0x5DC1BF) is known color: Fountain Blue. HEX triplet: 5D, C1 and BF. RGB value is (93,193,191). Sum of RGB (Red+Green+Blue) = 93+193+191=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC1BF is #A23E40. Grayscale: #A2A2A2. Windows color (decimal): -10632769 or 12566877. OLE color: 12566877.
HSL color Cylindrical-coordinate representation of color #5DC1BF: hue angle of 178.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC1BF is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 191 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.24 |
| HSL | 178.8º | 0.45% | 0.56% | - |
| HSV(B) | 178.8º | 0.52% | 0.76% | - |
| XYZ | 32.99 | 44.23 | 56.09 | - |
| YUV | 162.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 191 | 0.52 | 0 | 0.01 | 0.24 | 178.8 | 0.45 | 0.56 |
| Hex | 5D | C1 | BF | 34 | 0 | 1 | 18 | B3 | 2D | 38 |
| Octal | 135 | 301 | 277 | 64 | 0 | 1 | 30 | 263 | 55 | 70 |
| Binary | 1011101 | 11000001 | 10111111 | 110100 | 0 | 1 | 11000 | 10110011 | 101101 | 111000 |
Color Harmonies of #5DC1BF
Complementary color
Monochromatic Colors of #5DC1BF
Black with #5DC1BF
Text Example
Text Example
White with #5DC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC1BF; }
p { color: rgb(93,193,191); }
H1.HeaderClassName
{
color: #5DC1BF;
}
.AnyTagClassName
{
color: #5DC1BF;
}
</style>
background-color css
<style>
a { background-color: #5DC1BF; }
a { background-color: rgb(93,193,191); }
div.DivClassName
{
background-color: #5DC1BF;
}
.BgClassName
{
background-color: #5DC1BF;
}
</style>
border-color css
<style>
span { border-color: #5DC1BF; }
span { border-color: rgb(93,193,191); }
td.TdClassName
{
border-color: #5DC1BF;
}
.TagClassName
{
border-color: #5DC1BF;
}
</style>