Shades of Medium Turquoise #5BC2BF
Tints of Medium Turquoise #5BC2BF
RGB
CMYK
RGB Variations
Color information
#5BC2BF (or 0x5BC2BF) is known color: Medium Turquoise. HEX triplet: 5B, C2 and BF. RGB value is (91,194,191). Sum of RGB (Red+Green+Blue) = 91+194+191=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC2BF is #A43D40. Grayscale: #A2A2A2. Windows color (decimal): -10763585 or 12567131. OLE color: 12567131.
HSL color Cylindrical-coordinate representation of color #5BC2BF: hue angle of 178.25º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC2BF is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 191 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.24 |
| HSL | 178.25º | 0.46% | 0.56% | - |
| HSV(B) | 178.25º | 0.53% | 0.76% | - |
| XYZ | 33.01 | 44.57 | 56.15 | - |
| YUV | 162.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 191 | 0.53 | 0 | 0.02 | 0.24 | 178.25 | 0.46 | 0.56 |
| Hex | 5B | C2 | BF | 35 | 0 | 2 | 18 | B2 | 2E | 38 |
| Octal | 133 | 302 | 277 | 65 | 0 | 2 | 30 | 262 | 56 | 70 |
| Binary | 1011011 | 11000010 | 10111111 | 110101 | 0 | 10 | 11000 | 10110010 | 101110 | 111000 |
Color Harmonies of #5BC2BF
Complementary color
Monochromatic Colors of #5BC2BF
Black with #5BC2BF
Text Example
Text Example
White with #5BC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2BF; }
p { color: rgb(91,194,191); }
H1.HeaderClassName
{
color: #5BC2BF;
}
.AnyTagClassName
{
color: #5BC2BF;
}
</style>
background-color css
<style>
a { background-color: #5BC2BF; }
a { background-color: rgb(91,194,191); }
div.DivClassName
{
background-color: #5BC2BF;
}
.BgClassName
{
background-color: #5BC2BF;
}
</style>
border-color css
<style>
span { border-color: #5BC2BF; }
span { border-color: rgb(91,194,191); }
td.TdClassName
{
border-color: #5BC2BF;
}
.TagClassName
{
border-color: #5BC2BF;
}
</style>