Shades of Turquoise Blue #5BE0DB
Tints of Turquoise Blue #5BE0DB
RGB
CMYK
RGB Variations
Color information
#5BE0DB (or 0x5BE0DB) is known color: Turquoise Blue. HEX triplet: 5B, E0 and DB. RGB value is (91,224,219). Sum of RGB (Red+Green+Blue) = 91+224+219=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0DB is #A41F24. Grayscale: #B7B7B7. Windows color (decimal): -10755877 or 14409819. OLE color: 14409819.
HSL color Cylindrical-coordinate representation of color #5BE0DB: hue angle of 177.74º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0DB is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 219 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.12 |
| HSL | 177.74º | 0.68% | 0.62% | - |
| HSV(B) | 177.74º | 0.59% | 0.88% | - |
| XYZ | 43.76 | 60.65 | 76.42 | - |
| YUV | 183.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 219 | 0.59 | 0 | 0.02 | 0.12 | 177.74 | 0.68 | 0.62 |
| Hex | 5B | E0 | DB | 3B | 0 | 2 | C | B2 | 44 | 3E |
| Octal | 133 | 340 | 333 | 73 | 0 | 2 | 14 | 262 | 104 | 76 |
| Binary | 1011011 | 11100000 | 11011011 | 111011 | 0 | 10 | 1100 | 10110010 | 1000100 | 111110 |
Color Harmonies of #5BE0DB
Complementary color
Monochromatic Colors of #5BE0DB
Black with #5BE0DB
Text Example
Text Example
White with #5BE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE0DB; }
p { color: rgb(91,224,219); }
H1.HeaderClassName
{
color: #5BE0DB;
}
.AnyTagClassName
{
color: #5BE0DB;
}
</style>
background-color css
<style>
a { background-color: #5BE0DB; }
a { background-color: rgb(91,224,219); }
div.DivClassName
{
background-color: #5BE0DB;
}
.BgClassName
{
background-color: #5BE0DB;
}
</style>
border-color css
<style>
span { border-color: #5BE0DB; }
span { border-color: rgb(91,224,219); }
td.TdClassName
{
border-color: #5BE0DB;
}
.TagClassName
{
border-color: #5BE0DB;
}
</style>