Shades of Medium Turquoise #53C5BD
Tints of Medium Turquoise #53C5BD
RGB
CMYK
RGB Variations
Color information
#53C5BD (or 0x53C5BD) is known color: Medium Turquoise. HEX triplet: 53, C5 and BD. RGB value is (83,197,189). Sum of RGB (Red+Green+Blue) = 83+197+189=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C5BD is #AC3A42. Grayscale: #A1A1A1. Windows color (decimal): -11287107 or 12436819. OLE color: 12436819.
HSL color Cylindrical-coordinate representation of color #53C5BD: hue angle of 175.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5BD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 189 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.23 |
| HSL | 175.79º | 0.5% | 0.55% | - |
| HSV(B) | 175.79º | 0.58% | 0.77% | - |
| XYZ | 32.72 | 45.45 | 55.19 | - |
| YUV | 162 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 189 | 0.58 | 0 | 0.04 | 0.23 | 175.79 | 0.5 | 0.55 |
| Hex | 53 | C5 | BD | 3A | 0 | 4 | 17 | B0 | 32 | 37 |
| Octal | 123 | 305 | 275 | 72 | 0 | 4 | 27 | 260 | 62 | 67 |
| Binary | 1010011 | 11000101 | 10111101 | 111010 | 0 | 100 | 10111 | 10110000 | 110010 | 110111 |
Color Harmonies of #53C5BD
Complementary color
Monochromatic Colors of #53C5BD
Black with #53C5BD
Text Example
Text Example
White with #53C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C5BD; }
p { color: rgb(83,197,189); }
H1.HeaderClassName
{
color: #53C5BD;
}
.AnyTagClassName
{
color: #53C5BD;
}
</style>
background-color css
<style>
a { background-color: #53C5BD; }
a { background-color: rgb(83,197,189); }
div.DivClassName
{
background-color: #53C5BD;
}
.BgClassName
{
background-color: #53C5BD;
}
</style>
border-color css
<style>
span { border-color: #53C5BD; }
span { border-color: rgb(83,197,189); }
td.TdClassName
{
border-color: #53C5BD;
}
.TagClassName
{
border-color: #53C5BD;
}
</style>