Shades of Turquoise Blue #5BEBEB
Tints of Turquoise Blue #5BEBEB
RGB
CMYK
RGB Variations
Color information
#5BEBEB (or 0x5BEBEB) is known color: Turquoise Blue. HEX triplet: 5B, EB and EB. RGB value is (91,235,235). Sum of RGB (Red+Green+Blue) = 91+235+235=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #5BEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBEB is #A41414. Grayscale: #BFBFBF. Windows color (decimal): -10753045 or 15461211. OLE color: 15461211.
HSL color Cylindrical-coordinate representation of color #5BEBEB: hue angle of 180º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEBEB is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 235 | - |
| CMYK | 0.61 | 0 | 0 | 0.08 |
| HSL | 180º | 0.78% | 0.64% | - |
| HSV(B) | 180º | 0.61% | 0.92% | - |
| XYZ | 49.02 | 67.64 | 89.07 | - |
| YUV | 191.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 235 | 0.61 | 0 | 0 | 0.08 | 180 | 0.78 | 0.64 |
| Hex | 5B | EB | EB | 3D | 0 | 0 | 8 | B4 | 4E | 40 |
| Octal | 133 | 353 | 353 | 75 | 0 | 0 | 10 | 264 | 116 | 100 |
| Binary | 1011011 | 11101011 | 11101011 | 111101 | 0 | 0 | 1000 | 10110100 | 1001110 | 1000000 |
Color Harmonies of #5BEBEB
Complementary color
Monochromatic Colors of #5BEBEB
Black with #5BEBEB
Text Example
Text Example
White with #5BEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBEB; }
p { color: rgb(91,235,235); }
H1.HeaderClassName
{
color: #5BEBEB;
}
.AnyTagClassName
{
color: #5BEBEB;
}
</style>
background-color css
<style>
a { background-color: #5BEBEB; }
a { background-color: rgb(91,235,235); }
div.DivClassName
{
background-color: #5BEBEB;
}
.BgClassName
{
background-color: #5BEBEB;
}
</style>
border-color css
<style>
span { border-color: #5BEBEB; }
span { border-color: rgb(91,235,235); }
td.TdClassName
{
border-color: #5BEBEB;
}
.TagClassName
{
border-color: #5BEBEB;
}
</style>