Shades of Medium Turquoise #5BCBCC
Tints of Medium Turquoise #5BCBCC
RGB
CMYK
RGB Variations
Color information
#5BCBCC (or 0x5BCBCC) is known color: Medium Turquoise. HEX triplet: 5B, CB and CC. RGB value is (91,203,204). Sum of RGB (Red+Green+Blue) = 91+203+204=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBCC is #A43433. Grayscale: #A9A9A9. Windows color (decimal): -10761268 or 13421403. OLE color: 13421403.
HSL color Cylindrical-coordinate representation of color #5BCBCC: hue angle of 180.53º degrees, saturation: 0.53, 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 #5BCBCC is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 203 | 204 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.2 |
| HSL | 180.53º | 0.53% | 0.58% | - |
| HSV(B) | 180.53º | 0.55% | 0.8% | - |
| XYZ | 36.57 | 49.3 | 64.71 | - |
| YUV | 169.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 204 | 0.55 | 0.00 | 0 | 0.2 | 180.53 | 0.53 | 0.58 |
| Hex | 5B | CB | CC | 37 | 0 | 0 | 14 | B5 | 35 | 3A |
| Octal | 133 | 313 | 314 | 67 | 0 | 0 | 24 | 265 | 65 | 72 |
| Binary | 1011011 | 11001011 | 11001100 | 110111 | 0 | 0 | 10100 | 10110101 | 110101 | 111010 |
Color Harmonies of #5BCBCC
Complementary color
Monochromatic Colors of #5BCBCC
Black with #5BCBCC
Text Example
Text Example
White with #5BCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBCC; }
p { color: rgb(91,203,204); }
H1.HeaderClassName
{
color: #5BCBCC;
}
.AnyTagClassName
{
color: #5BCBCC;
}
</style>
background-color css
<style>
a { background-color: #5BCBCC; }
a { background-color: rgb(91,203,204); }
div.DivClassName
{
background-color: #5BCBCC;
}
.BgClassName
{
background-color: #5BCBCC;
}
</style>
border-color css
<style>
span { border-color: #5BCBCC; }
span { border-color: rgb(91,203,204); }
td.TdClassName
{
border-color: #5BCBCC;
}
.TagClassName
{
border-color: #5BCBCC;
}
</style>