Shades of Medium Turquoise #53DCD9
Tints of Medium Turquoise #53DCD9
RGB
CMYK
RGB Variations
Color information
#53DCD9 (or 0x53DCD9) is known color: Medium Turquoise. HEX triplet: 53, DC and D9. RGB value is (83,220,217). Sum of RGB (Red+Green+Blue) = 83+220+217=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCD9 is #AC2326. Grayscale: #B2B2B2. Windows color (decimal): -11281191 or 14277715. OLE color: 14277715.
HSL color Cylindrical-coordinate representation of color #53DCD9: hue angle of 178.69º 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 #53DCD9 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 217 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.14 |
| HSL | 178.69º | 0.66% | 0.59% | - |
| HSV(B) | 178.69º | 0.62% | 0.86% | - |
| XYZ | 41.68 | 58.04 | 74.65 | - |
| YUV | 178.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 217 | 0.62 | 0 | 0.01 | 0.14 | 178.69 | 0.66 | 0.59 |
| Hex | 53 | DC | D9 | 3E | 0 | 1 | E | B3 | 42 | 3B |
| Octal | 123 | 334 | 331 | 76 | 0 | 1 | 16 | 263 | 102 | 73 |
| Binary | 1010011 | 11011100 | 11011001 | 111110 | 0 | 1 | 1110 | 10110011 | 1000010 | 111011 |
Color Harmonies of #53DCD9
Complementary color
Monochromatic Colors of #53DCD9
Black with #53DCD9
Text Example
Text Example
White with #53DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCD9; }
p { color: rgb(83,220,217); }
H1.HeaderClassName
{
color: #53DCD9;
}
.AnyTagClassName
{
color: #53DCD9;
}
</style>
background-color css
<style>
a { background-color: #53DCD9; }
a { background-color: rgb(83,220,217); }
div.DivClassName
{
background-color: #53DCD9;
}
.BgClassName
{
background-color: #53DCD9;
}
</style>
border-color css
<style>
span { border-color: #53DCD9; }
span { border-color: rgb(83,220,217); }
td.TdClassName
{
border-color: #53DCD9;
}
.TagClassName
{
border-color: #53DCD9;
}
</style>