Shades of Medium Turquoise #53D9BA
Tints of Medium Turquoise #53D9BA
RGB
CMYK
RGB Variations
Color information
#53D9BA (or 0x53D9BA) is known color: Medium Turquoise. HEX triplet: 53, D9 and BA. RGB value is (83,217,186). Sum of RGB (Red+Green+Blue) = 83+217+186=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #53D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D9BA is #AC2645. Grayscale: #ADADAD. Windows color (decimal): -11281990 or 12245331. OLE color: 12245331.
HSL color Cylindrical-coordinate representation of color #53D9BA: hue angle of 166.12º degrees, saturation: 0.64, 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 #53D9BA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 186 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.15 |
| HSL | 166.12º | 0.64% | 0.59% | - |
| HSV(B) | 166.12º | 0.62% | 0.85% | - |
| XYZ | 37.24 | 55.01 | 55.11 | - |
| YUV | 173.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 186 | 0.62 | 0 | 0.14 | 0.15 | 166.12 | 0.64 | 0.59 |
| Hex | 53 | D9 | BA | 3E | 0 | E | F | A6 | 40 | 3B |
| Octal | 123 | 331 | 272 | 76 | 0 | 16 | 17 | 246 | 100 | 73 |
| Binary | 1010011 | 11011001 | 10111010 | 111110 | 0 | 1110 | 1111 | 10100110 | 1000000 | 111011 |
Color Harmonies of #53D9BA
Complementary color
Monochromatic Colors of #53D9BA
Black with #53D9BA
Text Example
Text Example
White with #53D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D9BA; }
p { color: rgb(83,217,186); }
H1.HeaderClassName
{
color: #53D9BA;
}
.AnyTagClassName
{
color: #53D9BA;
}
</style>
background-color css
<style>
a { background-color: #53D9BA; }
a { background-color: rgb(83,217,186); }
div.DivClassName
{
background-color: #53D9BA;
}
.BgClassName
{
background-color: #53D9BA;
}
</style>
border-color css
<style>
span { border-color: #53D9BA; }
span { border-color: rgb(83,217,186); }
td.TdClassName
{
border-color: #53D9BA;
}
.TagClassName
{
border-color: #53D9BA;
}
</style>