Shades of Medium Turquoise #53D5BC
Tints of Medium Turquoise #53D5BC
RGB
CMYK
RGB Variations
Color information
#53D5BC (or 0x53D5BC) is known color: Medium Turquoise. HEX triplet: 53, D5 and BC. RGB value is (83,213,188). Sum of RGB (Red+Green+Blue) = 83+213+188=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #53D5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D5BC is #AC2A43. Grayscale: #ABABAB. Windows color (decimal): -11283012 or 12375379. OLE color: 12375379.
HSL color Cylindrical-coordinate representation of color #53D5BC: hue angle of 168.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D5BC is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 188 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.16 |
| HSL | 168.46º | 0.61% | 0.58% | - |
| HSV(B) | 168.46º | 0.61% | 0.84% | - |
| XYZ | 36.44 | 53.06 | 55.9 | - |
| YUV | 171.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 188 | 0.61 | 0 | 0.12 | 0.16 | 168.46 | 0.61 | 0.58 |
| Hex | 53 | D5 | BC | 3D | 0 | C | 10 | A8 | 3D | 3A |
| Octal | 123 | 325 | 274 | 75 | 0 | 14 | 20 | 250 | 75 | 72 |
| Binary | 1010011 | 11010101 | 10111100 | 111101 | 0 | 1100 | 10000 | 10101000 | 111101 | 111010 |
Color Harmonies of #53D5BC
Complementary color
Monochromatic Colors of #53D5BC
Black with #53D5BC
Text Example
Text Example
White with #53D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D5BC; }
p { color: rgb(83,213,188); }
H1.HeaderClassName
{
color: #53D5BC;
}
.AnyTagClassName
{
color: #53D5BC;
}
</style>
background-color css
<style>
a { background-color: #53D5BC; }
a { background-color: rgb(83,213,188); }
div.DivClassName
{
background-color: #53D5BC;
}
.BgClassName
{
background-color: #53D5BC;
}
</style>
border-color css
<style>
span { border-color: #53D5BC; }
span { border-color: rgb(83,213,188); }
td.TdClassName
{
border-color: #53D5BC;
}
.TagClassName
{
border-color: #53D5BC;
}
</style>