Shades of Turquoise Blue #5BE7DD
Tints of Turquoise Blue #5BE7DD
RGB
CMYK
RGB Variations
Color information
#5BE7DD (or 0x5BE7DD) is known color: Turquoise Blue. HEX triplet: 5B, E7 and DD. RGB value is (91,231,221). Sum of RGB (Red+Green+Blue) = 91+231+221=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE7DD is #A41822. Grayscale: #BBBBBB. Windows color (decimal): -10754083 or 14542683. OLE color: 14542683.
HSL color Cylindrical-coordinate representation of color #5BE7DD: hue angle of 175.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE7DD is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 231 | 221 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.09 |
| HSL | 175.71º | 0.74% | 0.63% | - |
| HSV(B) | 175.71º | 0.61% | 0.91% | - |
| XYZ | 45.94 | 64.6 | 78.45 | - |
| YUV | 188 | 146.62 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 231 | 221 | 0.61 | 0 | 0.04 | 0.09 | 175.71 | 0.74 | 0.63 |
| Hex | 5B | E7 | DD | 3D | 0 | 4 | 9 | B0 | 4A | 3F |
| Octal | 133 | 347 | 335 | 75 | 0 | 4 | 11 | 260 | 112 | 77 |
| Binary | 1011011 | 11100111 | 11011101 | 111101 | 0 | 100 | 1001 | 10110000 | 1001010 | 111111 |
Color Harmonies of #5BE7DD
Complementary color
Monochromatic Colors of #5BE7DD
Black with #5BE7DD
Text Example
Text Example
White with #5BE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE7DD; }
p { color: rgb(91,231,221); }
H1.HeaderClassName
{
color: #5BE7DD;
}
.AnyTagClassName
{
color: #5BE7DD;
}
</style>
background-color css
<style>
a { background-color: #5BE7DD; }
a { background-color: rgb(91,231,221); }
div.DivClassName
{
background-color: #5BE7DD;
}
.BgClassName
{
background-color: #5BE7DD;
}
</style>
border-color css
<style>
span { border-color: #5BE7DD; }
span { border-color: rgb(91,231,221); }
td.TdClassName
{
border-color: #5BE7DD;
}
.TagClassName
{
border-color: #5BE7DD;
}
</style>