Shades of Turquoise Blue #5BECEB
Tints of Turquoise Blue #5BECEB
RGB
CMYK
RGB Variations
Color information
#5BECEB (or 0x5BECEB) is known color: Turquoise Blue. HEX triplet: 5B, EC and EB. RGB value is (91,236,235). Sum of RGB (Red+Green+Blue) = 91+236+235=562 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.19% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECEB is #A41314. Grayscale: #C0C0C0. Windows color (decimal): -10752789 or 15461467. OLE color: 15461467.
HSL color Cylindrical-coordinate representation of color #5BECEB: hue angle of 179.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BECEB is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 235 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.07 |
| HSL | 179.59º | 0.79% | 0.64% | - |
| HSV(B) | 179.59º | 0.61% | 0.93% | - |
| XYZ | 49.31 | 68.21 | 89.17 | - |
| YUV | 192.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 235 | 0.61 | 0 | 0.00 | 0.07 | 179.59 | 0.79 | 0.64 |
| Hex | 5B | EC | EB | 3D | 0 | 0 | 7 | B4 | 4F | 40 |
| Octal | 133 | 354 | 353 | 75 | 0 | 0 | 7 | 264 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11101011 | 111101 | 0 | 0 | 111 | 10110100 | 1001111 | 1000000 |
Color Harmonies of #5BECEB
Complementary color
Monochromatic Colors of #5BECEB
Black with #5BECEB
Text Example
Text Example
White with #5BECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECEB; }
p { color: rgb(91,236,235); }
H1.HeaderClassName
{
color: #5BECEB;
}
.AnyTagClassName
{
color: #5BECEB;
}
</style>
background-color css
<style>
a { background-color: #5BECEB; }
a { background-color: rgb(91,236,235); }
div.DivClassName
{
background-color: #5BECEB;
}
.BgClassName
{
background-color: #5BECEB;
}
</style>
border-color css
<style>
span { border-color: #5BECEB; }
span { border-color: rgb(91,236,235); }
td.TdClassName
{
border-color: #5BECEB;
}
.TagClassName
{
border-color: #5BECEB;
}
</style>