Shades of Medium Turquoise #53DDD5
Tints of Medium Turquoise #53DDD5
RGB
CMYK
RGB Variations
Color information
#53DDD5 (or 0x53DDD5) is known color: Medium Turquoise. HEX triplet: 53, DD and D5. RGB value is (83,221,213). Sum of RGB (Red+Green+Blue) = 83+221+213=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDD5 is #AC222A. Grayscale: #B2B2B2. Windows color (decimal): -11280939 or 14015827. OLE color: 14015827.
HSL color Cylindrical-coordinate representation of color #53DDD5: hue angle of 176.52º 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 #53DDD5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 213 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.13 |
| HSL | 176.52º | 0.67% | 0.6% | - |
| HSV(B) | 176.52º | 0.62% | 0.87% | - |
| XYZ | 41.43 | 58.36 | 72.03 | - |
| YUV | 178.83 | 147.28 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 213 | 0.62 | 0 | 0.04 | 0.13 | 176.52 | 0.67 | 0.6 |
| Hex | 53 | DD | D5 | 3E | 0 | 4 | D | B1 | 43 | 3C |
| Octal | 123 | 335 | 325 | 76 | 0 | 4 | 15 | 261 | 103 | 74 |
| Binary | 1010011 | 11011101 | 11010101 | 111110 | 0 | 100 | 1101 | 10110001 | 1000011 | 111100 |
Color Harmonies of #53DDD5
Complementary color
Monochromatic Colors of #53DDD5
Black with #53DDD5
Text Example
Text Example
White with #53DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDD5; }
p { color: rgb(83,221,213); }
H1.HeaderClassName
{
color: #53DDD5;
}
.AnyTagClassName
{
color: #53DDD5;
}
</style>
background-color css
<style>
a { background-color: #53DDD5; }
a { background-color: rgb(83,221,213); }
div.DivClassName
{
background-color: #53DDD5;
}
.BgClassName
{
background-color: #53DDD5;
}
</style>
border-color css
<style>
span { border-color: #53DDD5; }
span { border-color: rgb(83,221,213); }
td.TdClassName
{
border-color: #53DDD5;
}
.TagClassName
{
border-color: #53DDD5;
}
</style>