Shades of Medium Turquoise #53D9BB
Tints of Medium Turquoise #53D9BB
RGB
CMYK
RGB Variations
Color information
#53D9BB (or 0x53D9BB) is known color: Medium Turquoise. HEX triplet: 53, D9 and BB. RGB value is (83,217,187). Sum of RGB (Red+Green+Blue) = 83+217+187=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #53D9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D9BB is #AC2644. Grayscale: #ADADAD. Windows color (decimal): -11281989 or 12310867. OLE color: 12310867.
HSL color Cylindrical-coordinate representation of color #53D9BB: hue angle of 166.57º 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 #53D9BB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 187 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.15 |
| HSL | 166.57º | 0.64% | 0.59% | - |
| HSV(B) | 166.57º | 0.62% | 0.85% | - |
| XYZ | 37.35 | 55.05 | 55.67 | - |
| YUV | 173.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 187 | 0.62 | 0 | 0.14 | 0.15 | 166.57 | 0.64 | 0.59 |
| Hex | 53 | D9 | BB | 3E | 0 | E | F | A7 | 40 | 3B |
| Octal | 123 | 331 | 273 | 76 | 0 | 16 | 17 | 247 | 100 | 73 |
| Binary | 1010011 | 11011001 | 10111011 | 111110 | 0 | 1110 | 1111 | 10100111 | 1000000 | 111011 |
Color Harmonies of #53D9BB
Complementary color
Monochromatic Colors of #53D9BB
Black with #53D9BB
Text Example
Text Example
White with #53D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D9BB; }
p { color: rgb(83,217,187); }
H1.HeaderClassName
{
color: #53D9BB;
}
.AnyTagClassName
{
color: #53D9BB;
}
</style>
background-color css
<style>
a { background-color: #53D9BB; }
a { background-color: rgb(83,217,187); }
div.DivClassName
{
background-color: #53D9BB;
}
.BgClassName
{
background-color: #53D9BB;
}
</style>
border-color css
<style>
span { border-color: #53D9BB; }
span { border-color: rgb(83,217,187); }
td.TdClassName
{
border-color: #53D9BB;
}
.TagClassName
{
border-color: #53D9BB;
}
</style>