Shades of Medium Turquoise #53D8BB
Tints of Medium Turquoise #53D8BB
RGB
CMYK
RGB Variations
Color information
#53D8BB (or 0x53D8BB) is known color: Medium Turquoise. HEX triplet: 53, D8 and BB. RGB value is (83,216,187). Sum of RGB (Red+Green+Blue) = 83+216+187=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8BB is #AC2744. Grayscale: #ACACAC. Windows color (decimal): -11282245 or 12310611. OLE color: 12310611.
HSL color Cylindrical-coordinate representation of color #53D8BB: hue angle of 166.92º 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 #53D8BB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 187 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.15 |
| HSL | 166.92º | 0.63% | 0.59% | - |
| HSV(B) | 166.92º | 0.62% | 0.85% | - |
| XYZ | 37.09 | 54.54 | 55.59 | - |
| YUV | 172.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 187 | 0.62 | 0 | 0.13 | 0.15 | 166.92 | 0.63 | 0.59 |
| Hex | 53 | D8 | BB | 3E | 0 | D | F | A7 | 3F | 3B |
| Octal | 123 | 330 | 273 | 76 | 0 | 15 | 17 | 247 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10111011 | 111110 | 0 | 1101 | 1111 | 10100111 | 111111 | 111011 |
Color Harmonies of #53D8BB
Complementary color
Monochromatic Colors of #53D8BB
Black with #53D8BB
Text Example
Text Example
White with #53D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D8BB; }
p { color: rgb(83,216,187); }
H1.HeaderClassName
{
color: #53D8BB;
}
.AnyTagClassName
{
color: #53D8BB;
}
</style>
background-color css
<style>
a { background-color: #53D8BB; }
a { background-color: rgb(83,216,187); }
div.DivClassName
{
background-color: #53D8BB;
}
.BgClassName
{
background-color: #53D8BB;
}
</style>
border-color css
<style>
span { border-color: #53D8BB; }
span { border-color: rgb(83,216,187); }
td.TdClassName
{
border-color: #53D8BB;
}
.TagClassName
{
border-color: #53D8BB;
}
</style>