Shades of Medium Turquoise #5BCACC
Tints of Medium Turquoise #5BCACC
RGB
CMYK
RGB Variations
Color information
#5BCACC (or 0x5BCACC) is known color: Medium Turquoise. HEX triplet: 5B, CA and CC. RGB value is (91,202,204). Sum of RGB (Red+Green+Blue) = 91+202+204=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACC is #A43533. Grayscale: #A8A8A8. Windows color (decimal): -10761524 or 13421147. OLE color: 13421147.
HSL color Cylindrical-coordinate representation of color #5BCACC: hue angle of 181.06º 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 #5BCACC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 202 | 204 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.2 |
| HSL | 181.06º | 0.53% | 0.58% | - |
| HSV(B) | 181.06º | 0.55% | 0.8% | - |
| XYZ | 36.33 | 48.82 | 64.64 | - |
| YUV | 169.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 204 | 0.55 | 0.01 | 0 | 0.2 | 181.06 | 0.53 | 0.58 |
| Hex | 5B | CA | CC | 37 | 1 | 0 | 14 | B5 | 35 | 3A |
| Octal | 133 | 312 | 314 | 67 | 1 | 0 | 24 | 265 | 65 | 72 |
| Binary | 1011011 | 11001010 | 11001100 | 110111 | 1 | 0 | 10100 | 10110101 | 110101 | 111010 |
Color Harmonies of #5BCACC
Complementary color
Monochromatic Colors of #5BCACC
Black with #5BCACC
Text Example
Text Example
White with #5BCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCACC; }
p { color: rgb(91,202,204); }
H1.HeaderClassName
{
color: #5BCACC;
}
.AnyTagClassName
{
color: #5BCACC;
}
</style>
background-color css
<style>
a { background-color: #5BCACC; }
a { background-color: rgb(91,202,204); }
div.DivClassName
{
background-color: #5BCACC;
}
.BgClassName
{
background-color: #5BCACC;
}
</style>
border-color css
<style>
span { border-color: #5BCACC; }
span { border-color: rgb(91,202,204); }
td.TdClassName
{
border-color: #5BCACC;
}
.TagClassName
{
border-color: #5BCACC;
}
</style>