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