Shades of Medium Turquoise #53DCBA
Tints of Medium Turquoise #53DCBA
RGB
CMYK
RGB Variations
Color information
#53DCBA (or 0x53DCBA) is known color: Medium Turquoise. HEX triplet: 53, DC and BA. RGB value is (83,220,186). Sum of RGB (Red+Green+Blue) = 83+220+186=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCBA is #AC2345. Grayscale: #AFAFAF. Windows color (decimal): -11281222 or 12246099. OLE color: 12246099.
HSL color Cylindrical-coordinate representation of color #53DCBA: hue angle of 165.11º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCBA is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 186 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.14 |
| HSL | 165.11º | 0.66% | 0.59% | - |
| HSV(B) | 165.11º | 0.62% | 0.86% | - |
| XYZ | 38.02 | 56.57 | 55.37 | - |
| YUV | 175.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 186 | 0.62 | 0 | 0.15 | 0.14 | 165.11 | 0.66 | 0.59 |
| Hex | 53 | DC | BA | 3E | 0 | F | E | A5 | 42 | 3B |
| Octal | 123 | 334 | 272 | 76 | 0 | 17 | 16 | 245 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10111010 | 111110 | 0 | 1111 | 1110 | 10100101 | 1000010 | 111011 |
Color Harmonies of #53DCBA
Complementary color
Monochromatic Colors of #53DCBA
Black with #53DCBA
Text Example
Text Example
White with #53DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCBA; }
p { color: rgb(83,220,186); }
H1.HeaderClassName
{
color: #53DCBA;
}
.AnyTagClassName
{
color: #53DCBA;
}
</style>
background-color css
<style>
a { background-color: #53DCBA; }
a { background-color: rgb(83,220,186); }
div.DivClassName
{
background-color: #53DCBA;
}
.BgClassName
{
background-color: #53DCBA;
}
</style>
border-color css
<style>
span { border-color: #53DCBA; }
span { border-color: rgb(83,220,186); }
td.TdClassName
{
border-color: #53DCBA;
}
.TagClassName
{
border-color: #53DCBA;
}
</style>