Shades of Turquoise Blue #5BD8DB
Tints of Turquoise Blue #5BD8DB
RGB
CMYK
RGB Variations
Color information
#5BD8DB (or 0x5BD8DB) is known color: Turquoise Blue. HEX triplet: 5B, D8 and DB. RGB value is (91,216,219). Sum of RGB (Red+Green+Blue) = 91+216+219=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BD8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD8DB is #A42724. Grayscale: #B2B2B2. Windows color (decimal): -10757925 or 14407771. OLE color: 14407771.
HSL color Cylindrical-coordinate representation of color #5BD8DB: hue angle of 181.41º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD8DB is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 216 | 219 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.14 |
| HSL | 181.41º | 0.64% | 0.61% | - |
| HSV(B) | 181.41º | 0.58% | 0.86% | - |
| XYZ | 41.66 | 56.45 | 75.72 | - |
| YUV | 178.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 216 | 219 | 0.58 | 0.01 | 0 | 0.14 | 181.41 | 0.64 | 0.61 |
| Hex | 5B | D8 | DB | 3A | 1 | 0 | E | B5 | 40 | 3D |
| Octal | 133 | 330 | 333 | 72 | 1 | 0 | 16 | 265 | 100 | 75 |
| Binary | 1011011 | 11011000 | 11011011 | 111010 | 1 | 0 | 1110 | 10110101 | 1000000 | 111101 |
Color Harmonies of #5BD8DB
Complementary color
Monochromatic Colors of #5BD8DB
Black with #5BD8DB
Text Example
Text Example
White with #5BD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD8DB; }
p { color: rgb(91,216,219); }
H1.HeaderClassName
{
color: #5BD8DB;
}
.AnyTagClassName
{
color: #5BD8DB;
}
</style>
background-color css
<style>
a { background-color: #5BD8DB; }
a { background-color: rgb(91,216,219); }
div.DivClassName
{
background-color: #5BD8DB;
}
.BgClassName
{
background-color: #5BD8DB;
}
</style>
border-color css
<style>
span { border-color: #5BD8DB; }
span { border-color: rgb(91,216,219); }
td.TdClassName
{
border-color: #5BD8DB;
}
.TagClassName
{
border-color: #5BD8DB;
}
</style>