Shades of Medium Turquoise #5BD7D6
Tints of Medium Turquoise #5BD7D6
RGB
CMYK
RGB Variations
Color information
#5BD7D6 (or 0x5BD7D6) is known color: Medium Turquoise. HEX triplet: 5B, D7 and D6. RGB value is (91,215,214). Sum of RGB (Red+Green+Blue) = 91+215+214=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD7D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD7D6 is #A42829. Grayscale: #B1B1B1. Windows color (decimal): -10758186 or 14079835. OLE color: 14079835.
HSL color Cylindrical-coordinate representation of color #5BD7D6: hue angle of 179.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD7D6 is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 215 | 214 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.16 |
| HSL | 179.52º | 0.61% | 0.6% | - |
| HSV(B) | 179.52º | 0.58% | 0.84% | - |
| XYZ | 40.75 | 55.68 | 72.22 | - |
| YUV | 177.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 215 | 214 | 0.58 | 0 | 0.00 | 0.16 | 179.52 | 0.61 | 0.6 |
| Hex | 5B | D7 | D6 | 3A | 0 | 0 | 10 | B4 | 3D | 3C |
| Octal | 133 | 327 | 326 | 72 | 0 | 0 | 20 | 264 | 75 | 74 |
| Binary | 1011011 | 11010111 | 11010110 | 111010 | 0 | 0 | 10000 | 10110100 | 111101 | 111100 |
Color Harmonies of #5BD7D6
Complementary color
Monochromatic Colors of #5BD7D6
Black with #5BD7D6
Text Example
Text Example
White with #5BD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD7D6; }
p { color: rgb(91,215,214); }
H1.HeaderClassName
{
color: #5BD7D6;
}
.AnyTagClassName
{
color: #5BD7D6;
}
</style>
background-color css
<style>
a { background-color: #5BD7D6; }
a { background-color: rgb(91,215,214); }
div.DivClassName
{
background-color: #5BD7D6;
}
.BgClassName
{
background-color: #5BD7D6;
}
</style>
border-color css
<style>
span { border-color: #5BD7D6; }
span { border-color: rgb(91,215,214); }
td.TdClassName
{
border-color: #5BD7D6;
}
.TagClassName
{
border-color: #5BD7D6;
}
</style>