Shades of Medium Turquoise #5BD3CD
Tints of Medium Turquoise #5BD3CD
RGB
CMYK
RGB Variations
Color information
#5BD3CD (or 0x5BD3CD) is known color: Medium Turquoise. HEX triplet: 5B, D3 and CD. RGB value is (91,211,205). Sum of RGB (Red+Green+Blue) = 91+211+205=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD3CD is #A42C32. Grayscale: #AEAEAE. Windows color (decimal): -10759219 or 13488987. OLE color: 13488987.
HSL color Cylindrical-coordinate representation of color #5BD3CD: hue angle of 177º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD3CD is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 205 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.17 |
| HSL | 177º | 0.58% | 0.59% | - |
| HSV(B) | 177º | 0.57% | 0.83% | - |
| XYZ | 38.63 | 53.22 | 65.99 | - |
| YUV | 174.44 | 145.24 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 205 | 0.57 | 0 | 0.03 | 0.17 | 177 | 0.58 | 0.59 |
| Hex | 5B | D3 | CD | 39 | 0 | 3 | 11 | B1 | 3A | 3B |
| Octal | 133 | 323 | 315 | 71 | 0 | 3 | 21 | 261 | 72 | 73 |
| Binary | 1011011 | 11010011 | 11001101 | 111001 | 0 | 11 | 10001 | 10110001 | 111010 | 111011 |
Color Harmonies of #5BD3CD
Complementary color
Monochromatic Colors of #5BD3CD
Black with #5BD3CD
Text Example
Text Example
White with #5BD3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD3CD; }
p { color: rgb(91,211,205); }
H1.HeaderClassName
{
color: #5BD3CD;
}
.AnyTagClassName
{
color: #5BD3CD;
}
</style>
background-color css
<style>
a { background-color: #5BD3CD; }
a { background-color: rgb(91,211,205); }
div.DivClassName
{
background-color: #5BD3CD;
}
.BgClassName
{
background-color: #5BD3CD;
}
</style>
border-color css
<style>
span { border-color: #5BD3CD; }
span { border-color: rgb(91,211,205); }
td.TdClassName
{
border-color: #5BD3CD;
}
.TagClassName
{
border-color: #5BD3CD;
}
</style>