Shades of Medium Turquoise #53C0BA
Tints of Medium Turquoise #53C0BA
RGB
CMYK
RGB Variations
Color information
#53C0BA (or 0x53C0BA) is known color: Medium Turquoise. HEX triplet: 53, C0 and BA. RGB value is (83,192,186). Sum of RGB (Red+Green+Blue) = 83+192+186=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0BA is #AC3F45. Grayscale: #9E9E9E. Windows color (decimal): -11288390 or 12238931. OLE color: 12238931.
HSL color Cylindrical-coordinate representation of color #53C0BA: hue angle of 176.7º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C0BA is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 186 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.25 |
| HSL | 176.7º | 0.46% | 0.54% | - |
| HSV(B) | 176.7º | 0.57% | 0.75% | - |
| XYZ | 31.28 | 43.08 | 53.12 | - |
| YUV | 158.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 186 | 0.57 | 0 | 0.03 | 0.25 | 176.7 | 0.46 | 0.54 |
| Hex | 53 | C0 | BA | 39 | 0 | 3 | 19 | B1 | 2E | 36 |
| Octal | 123 | 300 | 272 | 71 | 0 | 3 | 31 | 261 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10111010 | 111001 | 0 | 11 | 11001 | 10110001 | 101110 | 110110 |
Color Harmonies of #53C0BA
Complementary color
Monochromatic Colors of #53C0BA
Black with #53C0BA
Text Example
Text Example
White with #53C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0BA; }
p { color: rgb(83,192,186); }
H1.HeaderClassName
{
color: #53C0BA;
}
.AnyTagClassName
{
color: #53C0BA;
}
</style>
background-color css
<style>
a { background-color: #53C0BA; }
a { background-color: rgb(83,192,186); }
div.DivClassName
{
background-color: #53C0BA;
}
.BgClassName
{
background-color: #53C0BA;
}
</style>
border-color css
<style>
span { border-color: #53C0BA; }
span { border-color: rgb(83,192,186); }
td.TdClassName
{
border-color: #53C0BA;
}
.TagClassName
{
border-color: #53C0BA;
}
</style>