Shades of Medium Turquoise #53DDD0
Tints of Medium Turquoise #53DDD0
RGB
CMYK
RGB Variations
Color information
#53DDD0 (or 0x53DDD0) is known color: Medium Turquoise. HEX triplet: 53, DD and D0. RGB value is (83,221,208). Sum of RGB (Red+Green+Blue) = 83+221+208=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDD0 is #AC222F. Grayscale: #B2B2B2. Windows color (decimal): -11280944 or 13688147. OLE color: 13688147.
HSL color Cylindrical-coordinate representation of color #53DDD0: hue angle of 174.35º 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 #53DDD0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 208 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.13 |
| HSL | 174.35º | 0.67% | 0.6% | - |
| HSV(B) | 174.35º | 0.62% | 0.87% | - |
| XYZ | 40.81 | 58.11 | 68.74 | - |
| YUV | 178.26 | 144.78 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 208 | 0.62 | 0 | 0.06 | 0.13 | 174.35 | 0.67 | 0.6 |
| Hex | 53 | DD | D0 | 3E | 0 | 6 | D | AE | 43 | 3C |
| Octal | 123 | 335 | 320 | 76 | 0 | 6 | 15 | 256 | 103 | 74 |
| Binary | 1010011 | 11011101 | 11010000 | 111110 | 0 | 110 | 1101 | 10101110 | 1000011 | 111100 |
Color Harmonies of #53DDD0
Complementary color
Monochromatic Colors of #53DDD0
Black with #53DDD0
Text Example
Text Example
White with #53DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDD0; }
p { color: rgb(83,221,208); }
H1.HeaderClassName
{
color: #53DDD0;
}
.AnyTagClassName
{
color: #53DDD0;
}
</style>
background-color css
<style>
a { background-color: #53DDD0; }
a { background-color: rgb(83,221,208); }
div.DivClassName
{
background-color: #53DDD0;
}
.BgClassName
{
background-color: #53DDD0;
}
</style>
border-color css
<style>
span { border-color: #53DDD0; }
span { border-color: rgb(83,221,208); }
td.TdClassName
{
border-color: #53DDD0;
}
.TagClassName
{
border-color: #53DDD0;
}
</style>