Shades of Turquoise Blue #5BE3DC
Tints of Turquoise Blue #5BE3DC
RGB
CMYK
RGB Variations
Color information
#5BE3DC (or 0x5BE3DC) is known color: Turquoise Blue. HEX triplet: 5B, E3 and DC. RGB value is (91,227,220). Sum of RGB (Red+Green+Blue) = 91+227+220=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #5BE3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE3DC is #A41C23. Grayscale: #B9B9B9. Windows color (decimal): -10755108 or 14476123. OLE color: 14476123.
HSL color Cylindrical-coordinate representation of color #5BE3DC: hue angle of 176.91º 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 #5BE3DC is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 227 | 220 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.11 |
| HSL | 176.91º | 0.71% | 0.62% | - |
| HSV(B) | 176.91º | 0.6% | 0.89% | - |
| XYZ | 44.7 | 62.33 | 77.38 | - |
| YUV | 185.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 227 | 220 | 0.60 | 0 | 0.03 | 0.11 | 176.91 | 0.71 | 0.62 |
| Hex | 5B | E3 | DC | 3C | 0 | 3 | B | B1 | 47 | 3E |
| Octal | 133 | 343 | 334 | 74 | 0 | 3 | 13 | 261 | 107 | 76 |
| Binary | 1011011 | 11100011 | 11011100 | 111100 | 0 | 11 | 1011 | 10110001 | 1000111 | 111110 |
Color Harmonies of #5BE3DC
Complementary color
Monochromatic Colors of #5BE3DC
Black with #5BE3DC
Text Example
Text Example
White with #5BE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE3DC; }
p { color: rgb(91,227,220); }
H1.HeaderClassName
{
color: #5BE3DC;
}
.AnyTagClassName
{
color: #5BE3DC;
}
</style>
background-color css
<style>
a { background-color: #5BE3DC; }
a { background-color: rgb(91,227,220); }
div.DivClassName
{
background-color: #5BE3DC;
}
.BgClassName
{
background-color: #5BE3DC;
}
</style>
border-color css
<style>
span { border-color: #5BE3DC; }
span { border-color: rgb(91,227,220); }
td.TdClassName
{
border-color: #5BE3DC;
}
.TagClassName
{
border-color: #5BE3DC;
}
</style>