Shades of Turquoise Blue #5BECE7
Tints of Turquoise Blue #5BECE7
RGB
CMYK
RGB Variations
Color information
#5BECE7 (or 0x5BECE7) is known color: Turquoise Blue. HEX triplet: 5B, EC and E7. RGB value is (91,236,231). Sum of RGB (Red+Green+Blue) = 91+236+231=558 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.31% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECE7 is #A41318. Grayscale: #BFBFBF. Windows color (decimal): -10752793 or 15199323. OLE color: 15199323.
HSL color Cylindrical-coordinate representation of color #5BECE7: hue angle of 177.93º 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 #5BECE7 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 231 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.07 |
| HSL | 177.93º | 0.79% | 0.64% | - |
| HSV(B) | 177.93º | 0.61% | 0.93% | - |
| XYZ | 48.73 | 67.98 | 86.16 | - |
| YUV | 192.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 231 | 0.61 | 0 | 0.02 | 0.07 | 177.93 | 0.79 | 0.64 |
| Hex | 5B | EC | E7 | 3D | 0 | 2 | 7 | B2 | 4F | 40 |
| Octal | 133 | 354 | 347 | 75 | 0 | 2 | 7 | 262 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11100111 | 111101 | 0 | 10 | 111 | 10110010 | 1001111 | 1000000 |
Color Harmonies of #5BECE7
Complementary color
Monochromatic Colors of #5BECE7
Black with #5BECE7
Text Example
Text Example
White with #5BECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECE7; }
p { color: rgb(91,236,231); }
H1.HeaderClassName
{
color: #5BECE7;
}
.AnyTagClassName
{
color: #5BECE7;
}
</style>
background-color css
<style>
a { background-color: #5BECE7; }
a { background-color: rgb(91,236,231); }
div.DivClassName
{
background-color: #5BECE7;
}
.BgClassName
{
background-color: #5BECE7;
}
</style>
border-color css
<style>
span { border-color: #5BECE7; }
span { border-color: rgb(91,236,231); }
td.TdClassName
{
border-color: #5BECE7;
}
.TagClassName
{
border-color: #5BECE7;
}
</style>