Shades of Medium Turquoise #53D8BA
Tints of Medium Turquoise #53D8BA
RGB
CMYK
RGB Variations
Color information
#53D8BA (or 0x53D8BA) is known color: Medium Turquoise. HEX triplet: 53, D8 and BA. RGB value is (83,216,186). Sum of RGB (Red+Green+Blue) = 83+216+186=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8BA is #AC2745. Grayscale: #ACACAC. Windows color (decimal): -11282246 or 12245075. OLE color: 12245075.
HSL color Cylindrical-coordinate representation of color #53D8BA: hue angle of 166.47º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8BA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 186 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.15 |
| HSL | 166.47º | 0.63% | 0.59% | - |
| HSV(B) | 166.47º | 0.62% | 0.85% | - |
| XYZ | 36.99 | 54.5 | 55.02 | - |
| YUV | 172.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 186 | 0.62 | 0 | 0.14 | 0.15 | 166.47 | 0.63 | 0.59 |
| Hex | 53 | D8 | BA | 3E | 0 | E | F | A6 | 3F | 3B |
| Octal | 123 | 330 | 272 | 76 | 0 | 16 | 17 | 246 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10111010 | 111110 | 0 | 1110 | 1111 | 10100110 | 111111 | 111011 |
Color Harmonies of #53D8BA
Complementary color
Monochromatic Colors of #53D8BA
Black with #53D8BA
Text Example
Text Example
White with #53D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D8BA; }
p { color: rgb(83,216,186); }
H1.HeaderClassName
{
color: #53D8BA;
}
.AnyTagClassName
{
color: #53D8BA;
}
</style>
background-color css
<style>
a { background-color: #53D8BA; }
a { background-color: rgb(83,216,186); }
div.DivClassName
{
background-color: #53D8BA;
}
.BgClassName
{
background-color: #53D8BA;
}
</style>
border-color css
<style>
span { border-color: #53D8BA; }
span { border-color: rgb(83,216,186); }
td.TdClassName
{
border-color: #53D8BA;
}
.TagClassName
{
border-color: #53D8BA;
}
</style>