Shades of Medium Turquoise #53C4BB
Tints of Medium Turquoise #53C4BB
RGB
CMYK
RGB Variations
Color information
#53C4BB (or 0x53C4BB) is known color: Medium Turquoise. HEX triplet: 53, C4 and BB. RGB value is (83,196,187). Sum of RGB (Red+Green+Blue) = 83+196+187=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C4BB is #AC3B44. Grayscale: #A1A1A1. Windows color (decimal): -11287365 or 12305491. OLE color: 12305491.
HSL color Cylindrical-coordinate representation of color #53C4BB: hue angle of 175.22º degrees, saturation: 0.49, 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 #53C4BB is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 187 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.23 |
| HSL | 175.22º | 0.49% | 0.55% | - |
| HSV(B) | 175.22º | 0.58% | 0.77% | - |
| XYZ | 32.28 | 44.91 | 53.98 | - |
| YUV | 161.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 187 | 0.58 | 0 | 0.05 | 0.23 | 175.22 | 0.49 | 0.55 |
| Hex | 53 | C4 | BB | 3A | 0 | 5 | 17 | AF | 31 | 37 |
| Octal | 123 | 304 | 273 | 72 | 0 | 5 | 27 | 257 | 61 | 67 |
| Binary | 1010011 | 11000100 | 10111011 | 111010 | 0 | 101 | 10111 | 10101111 | 110001 | 110111 |
Color Harmonies of #53C4BB
Complementary color
Monochromatic Colors of #53C4BB
Black with #53C4BB
Text Example
Text Example
White with #53C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C4BB; }
p { color: rgb(83,196,187); }
H1.HeaderClassName
{
color: #53C4BB;
}
.AnyTagClassName
{
color: #53C4BB;
}
</style>
background-color css
<style>
a { background-color: #53C4BB; }
a { background-color: rgb(83,196,187); }
div.DivClassName
{
background-color: #53C4BB;
}
.BgClassName
{
background-color: #53C4BB;
}
</style>
border-color css
<style>
span { border-color: #53C4BB; }
span { border-color: rgb(83,196,187); }
td.TdClassName
{
border-color: #53C4BB;
}
.TagClassName
{
border-color: #53C4BB;
}
</style>