Shades of Medium Turquoise #53DDBD
Tints of Medium Turquoise #53DDBD
RGB
CMYK
RGB Variations
Color information
#53DDBD (or 0x53DDBD) is known color: Medium Turquoise. HEX triplet: 53, DD and BD. RGB value is (83,221,189). Sum of RGB (Red+Green+Blue) = 83+221+189=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDBD is #AC2242. Grayscale: #B0B0B0. Windows color (decimal): -11280963 or 12442963. OLE color: 12442963.
HSL color Cylindrical-coordinate representation of color #53DDBD: hue angle of 166.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DDBD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 189 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.13 |
| HSL | 166.09º | 0.67% | 0.6% | - |
| HSV(B) | 166.09º | 0.62% | 0.87% | - |
| XYZ | 38.61 | 57.23 | 57.15 | - |
| YUV | 176.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 189 | 0.62 | 0 | 0.14 | 0.13 | 166.09 | 0.67 | 0.6 |
| Hex | 53 | DD | BD | 3E | 0 | E | D | A6 | 43 | 3C |
| Octal | 123 | 335 | 275 | 76 | 0 | 16 | 15 | 246 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10111101 | 111110 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111100 |
Color Harmonies of #53DDBD
Complementary color
Monochromatic Colors of #53DDBD
Black with #53DDBD
Text Example
Text Example
White with #53DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDBD; }
p { color: rgb(83,221,189); }
H1.HeaderClassName
{
color: #53DDBD;
}
.AnyTagClassName
{
color: #53DDBD;
}
</style>
background-color css
<style>
a { background-color: #53DDBD; }
a { background-color: rgb(83,221,189); }
div.DivClassName
{
background-color: #53DDBD;
}
.BgClassName
{
background-color: #53DDBD;
}
</style>
border-color css
<style>
span { border-color: #53DDBD; }
span { border-color: rgb(83,221,189); }
td.TdClassName
{
border-color: #53DDBD;
}
.TagClassName
{
border-color: #53DDBD;
}
</style>