Shades of Medium Turquoise #53DCD5
Tints of Medium Turquoise #53DCD5
RGB
CMYK
RGB Variations
Color information
#53DCD5 (or 0x53DCD5) is known color: Medium Turquoise. HEX triplet: 53, DC and D5. RGB value is (83,220,213). Sum of RGB (Red+Green+Blue) = 83+220+213=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCD5 is #AC232A. Grayscale: #B2B2B2. Windows color (decimal): -11281195 or 14015571. OLE color: 14015571.
HSL color Cylindrical-coordinate representation of color #53DCD5: hue angle of 176.93º 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 #53DCD5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 213 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.14 |
| HSL | 176.93º | 0.66% | 0.59% | - |
| HSV(B) | 176.93º | 0.62% | 0.86% | - |
| XYZ | 41.17 | 57.83 | 71.94 | - |
| YUV | 178.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 213 | 0.62 | 0 | 0.03 | 0.14 | 176.93 | 0.66 | 0.59 |
| Hex | 53 | DC | D5 | 3E | 0 | 3 | E | B1 | 42 | 3B |
| Octal | 123 | 334 | 325 | 76 | 0 | 3 | 16 | 261 | 102 | 73 |
| Binary | 1010011 | 11011100 | 11010101 | 111110 | 0 | 11 | 1110 | 10110001 | 1000010 | 111011 |
Color Harmonies of #53DCD5
Complementary color
Monochromatic Colors of #53DCD5
Black with #53DCD5
Text Example
Text Example
White with #53DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCD5; }
p { color: rgb(83,220,213); }
H1.HeaderClassName
{
color: #53DCD5;
}
.AnyTagClassName
{
color: #53DCD5;
}
</style>
background-color css
<style>
a { background-color: #53DCD5; }
a { background-color: rgb(83,220,213); }
div.DivClassName
{
background-color: #53DCD5;
}
.BgClassName
{
background-color: #53DCD5;
}
</style>
border-color css
<style>
span { border-color: #53DCD5; }
span { border-color: rgb(83,220,213); }
td.TdClassName
{
border-color: #53DCD5;
}
.TagClassName
{
border-color: #53DCD5;
}
</style>