Shades of Fountain Blue #5DBEBE
Tints of Fountain Blue #5DBEBE
RGB
CMYK
RGB Variations
Color information
#5DBEBE (or 0x5DBEBE) is known color: Fountain Blue. HEX triplet: 5D, BE and BE. RGB value is (93,190,190). Sum of RGB (Red+Green+Blue) = 93+190+190=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #5DBEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEBE is #A24141. Grayscale: #A0A0A0. Windows color (decimal): -10633538 or 12500573. OLE color: 12500573.
HSL color Cylindrical-coordinate representation of color #5DBEBE: hue angle of 180º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEBE is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 190 | - |
| CMYK | 0.51 | 0 | 0 | 0.25 |
| HSL | 180º | 0.43% | 0.55% | - |
| HSV(B) | 180º | 0.51% | 0.75% | - |
| XYZ | 32.22 | 42.87 | 55.29 | - |
| YUV | 161 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 190 | 0.51 | 0 | 0 | 0.25 | 180 | 0.43 | 0.55 |
| Hex | 5D | BE | BE | 33 | 0 | 0 | 19 | B4 | 2B | 37 |
| Octal | 135 | 276 | 276 | 63 | 0 | 0 | 31 | 264 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10111110 | 110011 | 0 | 0 | 11001 | 10110100 | 101011 | 110111 |
Color Harmonies of #5DBEBE
Complementary color
Monochromatic Colors of #5DBEBE
Black with #5DBEBE
Text Example
Text Example
White with #5DBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEBE; }
p { color: rgb(93,190,190); }
H1.HeaderClassName
{
color: #5DBEBE;
}
.AnyTagClassName
{
color: #5DBEBE;
}
</style>
background-color css
<style>
a { background-color: #5DBEBE; }
a { background-color: rgb(93,190,190); }
div.DivClassName
{
background-color: #5DBEBE;
}
.BgClassName
{
background-color: #5DBEBE;
}
</style>
border-color css
<style>
span { border-color: #5DBEBE; }
span { border-color: rgb(93,190,190); }
td.TdClassName
{
border-color: #5DBEBE;
}
.TagClassName
{
border-color: #5DBEBE;
}
</style>