Shades of Medium Turquoise #5BCBC7
Tints of Medium Turquoise #5BCBC7
RGB
CMYK
RGB Variations
Color information
#5BCBC7 (or 0x5BCBC7) is known color: Medium Turquoise. HEX triplet: 5B, CB and C7. RGB value is (91,203,199). Sum of RGB (Red+Green+Blue) = 91+203+199=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBC7 is #A43438. Grayscale: #A8A8A8. Windows color (decimal): -10761273 or 13093723. OLE color: 13093723.
HSL color Cylindrical-coordinate representation of color #5BCBC7: hue angle of 177.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCBC7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 199 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.20 |
| HSL | 177.86º | 0.52% | 0.58% | - |
| HSV(B) | 177.86º | 0.55% | 0.8% | - |
| XYZ | 35.98 | 49.06 | 61.61 | - |
| YUV | 169.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 199 | 0.55 | 0 | 0.02 | 0.20 | 177.86 | 0.52 | 0.58 |
| Hex | 5B | CB | C7 | 37 | 0 | 2 | 14 | B2 | 34 | 3A |
| Octal | 133 | 313 | 307 | 67 | 0 | 2 | 24 | 262 | 64 | 72 |
| Binary | 1011011 | 11001011 | 11000111 | 110111 | 0 | 10 | 10100 | 10110010 | 110100 | 111010 |
Color Harmonies of #5BCBC7
Complementary color
Monochromatic Colors of #5BCBC7
Black with #5BCBC7
Text Example
Text Example
White with #5BCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBC7; }
p { color: rgb(91,203,199); }
H1.HeaderClassName
{
color: #5BCBC7;
}
.AnyTagClassName
{
color: #5BCBC7;
}
</style>
background-color css
<style>
a { background-color: #5BCBC7; }
a { background-color: rgb(91,203,199); }
div.DivClassName
{
background-color: #5BCBC7;
}
.BgClassName
{
background-color: #5BCBC7;
}
</style>
border-color css
<style>
span { border-color: #5BCBC7; }
span { border-color: rgb(91,203,199); }
td.TdClassName
{
border-color: #5BCBC7;
}
.TagClassName
{
border-color: #5BCBC7;
}
</style>