Shades of Medium Turquoise #53DDDC
Tints of Medium Turquoise #53DDDC
RGB
CMYK
RGB Variations
Color information
#53DDDC (or 0x53DDDC) is known color: Medium Turquoise. HEX triplet: 53, DD and DC. RGB value is (83,221,220). Sum of RGB (Red+Green+Blue) = 83+221+220=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDDC is #AC2223. Grayscale: #B3B3B3. Windows color (decimal): -11280932 or 14474579. OLE color: 14474579.
HSL color Cylindrical-coordinate representation of color #53DDDC: hue angle of 179.57º 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 #53DDDC is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 220 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.13 |
| HSL | 179.57º | 0.67% | 0.6% | - |
| HSV(B) | 179.57º | 0.62% | 0.87% | - |
| XYZ | 42.34 | 58.72 | 76.81 | - |
| YUV | 179.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 220 | 0.62 | 0 | 0.00 | 0.13 | 179.57 | 0.67 | 0.6 |
| Hex | 53 | DD | DC | 3E | 0 | 0 | D | B4 | 43 | 3C |
| Octal | 123 | 335 | 334 | 76 | 0 | 0 | 15 | 264 | 103 | 74 |
| Binary | 1010011 | 11011101 | 11011100 | 111110 | 0 | 0 | 1101 | 10110100 | 1000011 | 111100 |
Color Harmonies of #53DDDC
Complementary color
Monochromatic Colors of #53DDDC
Black with #53DDDC
Text Example
Text Example
White with #53DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDDC; }
p { color: rgb(83,221,220); }
H1.HeaderClassName
{
color: #53DDDC;
}
.AnyTagClassName
{
color: #53DDDC;
}
</style>
background-color css
<style>
a { background-color: #53DDDC; }
a { background-color: rgb(83,221,220); }
div.DivClassName
{
background-color: #53DDDC;
}
.BgClassName
{
background-color: #53DDDC;
}
</style>
border-color css
<style>
span { border-color: #53DDDC; }
span { border-color: rgb(83,221,220); }
td.TdClassName
{
border-color: #53DDDC;
}
.TagClassName
{
border-color: #53DDDC;
}
</style>