Shades of Turquoise Blue #5BE3DD
Tints of Turquoise Blue #5BE3DD
RGB
CMYK
RGB Variations
Color information
#5BE3DD (or 0x5BE3DD) is known color: Turquoise Blue. HEX triplet: 5B, E3 and DD. RGB value is (91,227,221). Sum of RGB (Red+Green+Blue) = 91+227+221=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #5BE3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE3DD is #A41C22. Grayscale: #B9B9B9. Windows color (decimal): -10755107 or 14541659. OLE color: 14541659.
HSL color Cylindrical-coordinate representation of color #5BE3DD: hue angle of 177.35º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE3DD is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 227 | 221 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.11 |
| HSL | 177.35º | 0.71% | 0.62% | - |
| HSV(B) | 177.35º | 0.6% | 0.89% | - |
| XYZ | 44.83 | 62.38 | 78.08 | - |
| YUV | 185.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 227 | 221 | 0.60 | 0 | 0.03 | 0.11 | 177.35 | 0.71 | 0.62 |
| Hex | 5B | E3 | DD | 3C | 0 | 3 | B | B1 | 47 | 3E |
| Octal | 133 | 343 | 335 | 74 | 0 | 3 | 13 | 261 | 107 | 76 |
| Binary | 1011011 | 11100011 | 11011101 | 111100 | 0 | 11 | 1011 | 10110001 | 1000111 | 111110 |
Color Harmonies of #5BE3DD
Complementary color
Monochromatic Colors of #5BE3DD
Black with #5BE3DD
Text Example
Text Example
White with #5BE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE3DD; }
p { color: rgb(91,227,221); }
H1.HeaderClassName
{
color: #5BE3DD;
}
.AnyTagClassName
{
color: #5BE3DD;
}
</style>
background-color css
<style>
a { background-color: #5BE3DD; }
a { background-color: rgb(91,227,221); }
div.DivClassName
{
background-color: #5BE3DD;
}
.BgClassName
{
background-color: #5BE3DD;
}
</style>
border-color css
<style>
span { border-color: #5BE3DD; }
span { border-color: rgb(91,227,221); }
td.TdClassName
{
border-color: #5BE3DD;
}
.TagClassName
{
border-color: #5BE3DD;
}
</style>