Shades of Medium Turquoise #5BDDCB
Tints of Medium Turquoise #5BDDCB
RGB
CMYK
RGB Variations
Color information
#5BDDCB (or 0x5BDDCB) is known color: Medium Turquoise. HEX triplet: 5B, DD and CB. RGB value is (91,221,203). Sum of RGB (Red+Green+Blue) = 91+221+203=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDCB is #A42234. Grayscale: #B4B4B4. Windows color (decimal): -10756661 or 13360475. OLE color: 13360475.
HSL color Cylindrical-coordinate representation of color #5BDDCB: hue angle of 171.69º 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 #5BDDCB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 203 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.13 |
| HSL | 171.69º | 0.66% | 0.61% | - |
| HSV(B) | 171.69º | 0.59% | 0.87% | - |
| XYZ | 40.95 | 58.25 | 65.58 | - |
| YUV | 180.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 203 | 0.59 | 0 | 0.08 | 0.13 | 171.69 | 0.66 | 0.61 |
| Hex | 5B | DD | CB | 3B | 0 | 8 | D | AC | 42 | 3D |
| Octal | 133 | 335 | 313 | 73 | 0 | 10 | 15 | 254 | 102 | 75 |
| Binary | 1011011 | 11011101 | 11001011 | 111011 | 0 | 1000 | 1101 | 10101100 | 1000010 | 111101 |
Color Harmonies of #5BDDCB
Complementary color
Monochromatic Colors of #5BDDCB
Black with #5BDDCB
Text Example
Text Example
White with #5BDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDCB; }
p { color: rgb(91,221,203); }
H1.HeaderClassName
{
color: #5BDDCB;
}
.AnyTagClassName
{
color: #5BDDCB;
}
</style>
background-color css
<style>
a { background-color: #5BDDCB; }
a { background-color: rgb(91,221,203); }
div.DivClassName
{
background-color: #5BDDCB;
}
.BgClassName
{
background-color: #5BDDCB;
}
</style>
border-color css
<style>
span { border-color: #5BDDCB; }
span { border-color: rgb(91,221,203); }
td.TdClassName
{
border-color: #5BDDCB;
}
.TagClassName
{
border-color: #5BDDCB;
}
</style>