Shades of Turquoise Blue #5BDDDB
Tints of Turquoise Blue #5BDDDB
RGB
CMYK
RGB Variations
Color information
#5BDDDB (or 0x5BDDDB) is known color: Turquoise Blue. HEX triplet: 5B, DD and DB. RGB value is (91,221,219). Sum of RGB (Red+Green+Blue) = 91+221+219=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDDB is #A42224. Grayscale: #B5B5B5. Windows color (decimal): -10756645 or 14409051. OLE color: 14409051.
HSL color Cylindrical-coordinate representation of color #5BDDDB: hue angle of 179.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDDDB is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 219 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.13 |
| HSL | 179.08º | 0.66% | 0.61% | - |
| HSV(B) | 179.08º | 0.59% | 0.87% | - |
| XYZ | 42.96 | 59.05 | 76.15 | - |
| YUV | 181.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 219 | 0.59 | 0 | 0.01 | 0.13 | 179.08 | 0.66 | 0.61 |
| Hex | 5B | DD | DB | 3B | 0 | 1 | D | B3 | 42 | 3D |
| Octal | 133 | 335 | 333 | 73 | 0 | 1 | 15 | 263 | 102 | 75 |
| Binary | 1011011 | 11011101 | 11011011 | 111011 | 0 | 1 | 1101 | 10110011 | 1000010 | 111101 |
Color Harmonies of #5BDDDB
Complementary color
Monochromatic Colors of #5BDDDB
Black with #5BDDDB
Text Example
Text Example
White with #5BDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDDB; }
p { color: rgb(91,221,219); }
H1.HeaderClassName
{
color: #5BDDDB;
}
.AnyTagClassName
{
color: #5BDDDB;
}
</style>
background-color css
<style>
a { background-color: #5BDDDB; }
a { background-color: rgb(91,221,219); }
div.DivClassName
{
background-color: #5BDDDB;
}
.BgClassName
{
background-color: #5BDDDB;
}
</style>
border-color css
<style>
span { border-color: #5BDDDB; }
span { border-color: rgb(91,221,219); }
td.TdClassName
{
border-color: #5BDDDB;
}
.TagClassName
{
border-color: #5BDDDB;
}
</style>