Shades of Turquoise Blue #5BEBED
Tints of Turquoise Blue #5BEBED
RGB
CMYK
RGB Variations
Color information
#5BEBED (or 0x5BEBED) is known color: Turquoise Blue. HEX triplet: 5B, EB and ED. RGB value is (91,235,237). Sum of RGB (Red+Green+Blue) = 91+235+237=563 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.16% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBED is #A41412. Grayscale: #C0C0C0. Windows color (decimal): -10753043 or 15592283. OLE color: 15592283.
HSL color Cylindrical-coordinate representation of color #5BEBED: hue angle of 180.82º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEBED is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 235 | 237 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.07 |
| HSL | 180.82º | 0.8% | 0.64% | - |
| HSV(B) | 180.82º | 0.62% | 0.93% | - |
| XYZ | 49.31 | 67.76 | 90.6 | - |
| YUV | 192.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 237 | 0.62 | 0.01 | 0 | 0.07 | 180.82 | 0.8 | 0.64 |
| Hex | 5B | EB | ED | 3E | 1 | 0 | 7 | B5 | 50 | 40 |
| Octal | 133 | 353 | 355 | 76 | 1 | 0 | 7 | 265 | 120 | 100 |
| Binary | 1011011 | 11101011 | 11101101 | 111110 | 1 | 0 | 111 | 10110101 | 1010000 | 1000000 |
Color Harmonies of #5BEBED
Complementary color
Monochromatic Colors of #5BEBED
Black with #5BEBED
Text Example
Text Example
White with #5BEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBED; }
p { color: rgb(91,235,237); }
H1.HeaderClassName
{
color: #5BEBED;
}
.AnyTagClassName
{
color: #5BEBED;
}
</style>
background-color css
<style>
a { background-color: #5BEBED; }
a { background-color: rgb(91,235,237); }
div.DivClassName
{
background-color: #5BEBED;
}
.BgClassName
{
background-color: #5BEBED;
}
</style>
border-color css
<style>
span { border-color: #5BEBED; }
span { border-color: rgb(91,235,237); }
td.TdClassName
{
border-color: #5BEBED;
}
.TagClassName
{
border-color: #5BEBED;
}
</style>