Shades of Medium Turquoise #53DABB
Tints of Medium Turquoise #53DABB
RGB
CMYK
RGB Variations
Color information
#53DABB (or 0x53DABB) is known color: Medium Turquoise. HEX triplet: 53, DA and BB. RGB value is (83,218,187). Sum of RGB (Red+Green+Blue) = 83+218+187=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #53DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DABB is #AC2544. Grayscale: #AEAEAE. Windows color (decimal): -11281733 or 12311123. OLE color: 12311123.
HSL color Cylindrical-coordinate representation of color #53DABB: hue angle of 166.22º degrees, saturation: 0.65, 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 #53DABB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 187 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.15 |
| HSL | 166.22º | 0.65% | 0.59% | - |
| HSV(B) | 166.22º | 0.62% | 0.85% | - |
| XYZ | 37.61 | 55.57 | 55.76 | - |
| YUV | 174.1 | 135.27 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 187 | 0.62 | 0 | 0.14 | 0.15 | 166.22 | 0.65 | 0.59 |
| Hex | 53 | DA | BB | 3E | 0 | E | F | A6 | 41 | 3B |
| Octal | 123 | 332 | 273 | 76 | 0 | 16 | 17 | 246 | 101 | 73 |
| Binary | 1010011 | 11011010 | 10111011 | 111110 | 0 | 1110 | 1111 | 10100110 | 1000001 | 111011 |
Color Harmonies of #53DABB
Complementary color
Monochromatic Colors of #53DABB
Black with #53DABB
Text Example
Text Example
White with #53DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DABB; }
p { color: rgb(83,218,187); }
H1.HeaderClassName
{
color: #53DABB;
}
.AnyTagClassName
{
color: #53DABB;
}
</style>
background-color css
<style>
a { background-color: #53DABB; }
a { background-color: rgb(83,218,187); }
div.DivClassName
{
background-color: #53DABB;
}
.BgClassName
{
background-color: #53DABB;
}
</style>
border-color css
<style>
span { border-color: #53DABB; }
span { border-color: rgb(83,218,187); }
td.TdClassName
{
border-color: #53DABB;
}
.TagClassName
{
border-color: #53DABB;
}
</style>