Shades of Turquoise Blue #5BDBED
Tints of Turquoise Blue #5BDBED
RGB
CMYK
RGB Variations
Color information
#5BDBED (or 0x5BDBED) is known color: Turquoise Blue. HEX triplet: 5B, DB and ED. RGB value is (91,219,237). Sum of RGB (Red+Green+Blue) = 91+219+237=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BDBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDBED is #A42412. Grayscale: #B6B6B6. Windows color (decimal): -10757139 or 15588187. OLE color: 15588187.
HSL color Cylindrical-coordinate representation of color #5BDBED: hue angle of 187.4º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BDBED is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 219 | 237 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.07 |
| HSL | 187.4º | 0.8% | 0.64% | - |
| HSV(B) | 187.4º | 0.62% | 0.93% | - |
| XYZ | 44.93 | 59 | 89.14 | - |
| YUV | 182.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 237 | 0.62 | 0.08 | 0 | 0.07 | 187.4 | 0.8 | 0.64 |
| Hex | 5B | DB | ED | 3E | 8 | 0 | 7 | BB | 50 | 40 |
| Octal | 133 | 333 | 355 | 76 | 10 | 0 | 7 | 273 | 120 | 100 |
| Binary | 1011011 | 11011011 | 11101101 | 111110 | 1000 | 0 | 111 | 10111011 | 1010000 | 1000000 |
Color Harmonies of #5BDBED
Complementary color
Monochromatic Colors of #5BDBED
Black with #5BDBED
Text Example
Text Example
White with #5BDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBED; }
p { color: rgb(91,219,237); }
H1.HeaderClassName
{
color: #5BDBED;
}
.AnyTagClassName
{
color: #5BDBED;
}
</style>
background-color css
<style>
a { background-color: #5BDBED; }
a { background-color: rgb(91,219,237); }
div.DivClassName
{
background-color: #5BDBED;
}
.BgClassName
{
background-color: #5BDBED;
}
</style>
border-color css
<style>
span { border-color: #5BDBED; }
span { border-color: rgb(91,219,237); }
td.TdClassName
{
border-color: #5BDBED;
}
.TagClassName
{
border-color: #5BDBED;
}
</style>