Shades of Medium Turquoise #5BDACF
Tints of Medium Turquoise #5BDACF
RGB
CMYK
RGB Variations
Color information
#5BDACF (or 0x5BDACF) is known color: Medium Turquoise. HEX triplet: 5B, DA and CF. RGB value is (91,218,207). Sum of RGB (Red+Green+Blue) = 91+218+207=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDACF is #A42530. Grayscale: #B2B2B2. Windows color (decimal): -10757425 or 13621851. OLE color: 13621851.
HSL color Cylindrical-coordinate representation of color #5BDACF: hue angle of 174.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDACF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 207 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.15 |
| HSL | 174.8º | 0.63% | 0.61% | - |
| HSV(B) | 174.8º | 0.58% | 0.85% | - |
| XYZ | 40.65 | 56.87 | 67.87 | - |
| YUV | 178.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 207 | 0.58 | 0 | 0.05 | 0.15 | 174.8 | 0.63 | 0.61 |
| Hex | 5B | DA | CF | 3A | 0 | 5 | F | AF | 3F | 3D |
| Octal | 133 | 332 | 317 | 72 | 0 | 5 | 17 | 257 | 77 | 75 |
| Binary | 1011011 | 11011010 | 11001111 | 111010 | 0 | 101 | 1111 | 10101111 | 111111 | 111101 |
Color Harmonies of #5BDACF
Complementary color
Monochromatic Colors of #5BDACF
Black with #5BDACF
Text Example
Text Example
White with #5BDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDACF; }
p { color: rgb(91,218,207); }
H1.HeaderClassName
{
color: #5BDACF;
}
.AnyTagClassName
{
color: #5BDACF;
}
</style>
background-color css
<style>
a { background-color: #5BDACF; }
a { background-color: rgb(91,218,207); }
div.DivClassName
{
background-color: #5BDACF;
}
.BgClassName
{
background-color: #5BDACF;
}
</style>
border-color css
<style>
span { border-color: #5BDACF; }
span { border-color: rgb(91,218,207); }
td.TdClassName
{
border-color: #5BDACF;
}
.TagClassName
{
border-color: #5BDACF;
}
</style>