Shades of Fountain Blue #5DBFBE
Tints of Fountain Blue #5DBFBE
RGB
CMYK
RGB Variations
Color information
#5DBFBE (or 0x5DBFBE) is known color: Fountain Blue. HEX triplet: 5D, BF and BE. RGB value is (93,191,190). Sum of RGB (Red+Green+Blue) = 93+191+190=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFBE is #A24041. Grayscale: #A1A1A1. Windows color (decimal): -10633282 or 12500829. OLE color: 12500829.
HSL color Cylindrical-coordinate representation of color #5DBFBE: hue angle of 179.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBFBE is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 190 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.25 |
| HSL | 179.39º | 0.43% | 0.56% | - |
| HSV(B) | 179.39º | 0.51% | 0.75% | - |
| XYZ | 32.44 | 43.31 | 55.36 | - |
| YUV | 161.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 190 | 0.51 | 0 | 0.01 | 0.25 | 179.39 | 0.43 | 0.56 |
| Hex | 5D | BF | BE | 33 | 0 | 1 | 19 | B3 | 2B | 38 |
| Octal | 135 | 277 | 276 | 63 | 0 | 1 | 31 | 263 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10111110 | 110011 | 0 | 1 | 11001 | 10110011 | 101011 | 111000 |
Color Harmonies of #5DBFBE
Complementary color
Monochromatic Colors of #5DBFBE
Black with #5DBFBE
Text Example
Text Example
White with #5DBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFBE; }
p { color: rgb(93,191,190); }
H1.HeaderClassName
{
color: #5DBFBE;
}
.AnyTagClassName
{
color: #5DBFBE;
}
</style>
background-color css
<style>
a { background-color: #5DBFBE; }
a { background-color: rgb(93,191,190); }
div.DivClassName
{
background-color: #5DBFBE;
}
.BgClassName
{
background-color: #5DBFBE;
}
</style>
border-color css
<style>
span { border-color: #5DBFBE; }
span { border-color: rgb(93,191,190); }
td.TdClassName
{
border-color: #5DBFBE;
}
.TagClassName
{
border-color: #5DBFBE;
}
</style>