Shades of Medium Turquoise #53DDCD
Tints of Medium Turquoise #53DDCD
RGB
CMYK
RGB Variations
Color information
#53DDCD (or 0x53DDCD) is known color: Medium Turquoise. HEX triplet: 53, DD and CD. RGB value is (83,221,205). Sum of RGB (Red+Green+Blue) = 83+221+205=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDCD is #AC2232. Grayscale: #B1B1B1. Windows color (decimal): -11280947 or 13491539. OLE color: 13491539.
HSL color Cylindrical-coordinate representation of color #53DDCD: hue angle of 173.04º 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 #53DDCD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 205 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.13 |
| HSL | 173.04º | 0.67% | 0.6% | - |
| HSV(B) | 173.04º | 0.62% | 0.87% | - |
| XYZ | 40.44 | 57.96 | 66.81 | - |
| YUV | 177.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 205 | 0.62 | 0 | 0.07 | 0.13 | 173.04 | 0.67 | 0.6 |
| Hex | 53 | DD | CD | 3E | 0 | 7 | D | AD | 43 | 3C |
| Octal | 123 | 335 | 315 | 76 | 0 | 7 | 15 | 255 | 103 | 74 |
| Binary | 1010011 | 11011101 | 11001101 | 111110 | 0 | 111 | 1101 | 10101101 | 1000011 | 111100 |
Color Harmonies of #53DDCD
Complementary color
Monochromatic Colors of #53DDCD
Black with #53DDCD
Text Example
Text Example
White with #53DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDCD; }
p { color: rgb(83,221,205); }
H1.HeaderClassName
{
color: #53DDCD;
}
.AnyTagClassName
{
color: #53DDCD;
}
</style>
background-color css
<style>
a { background-color: #53DDCD; }
a { background-color: rgb(83,221,205); }
div.DivClassName
{
background-color: #53DDCD;
}
.BgClassName
{
background-color: #53DDCD;
}
</style>
border-color css
<style>
span { border-color: #53DDCD; }
span { border-color: rgb(83,221,205); }
td.TdClassName
{
border-color: #53DDCD;
}
.TagClassName
{
border-color: #53DDCD;
}
</style>