Shades of Medium Turquoise #53DDDA
Tints of Medium Turquoise #53DDDA
RGB
CMYK
RGB Variations
Color information
#53DDDA (or 0x53DDDA) is known color: Medium Turquoise. HEX triplet: 53, DD and DA. RGB value is (83,221,218). Sum of RGB (Red+Green+Blue) = 83+221+218=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDDA is #AC2225. Grayscale: #B3B3B3. Windows color (decimal): -11280934 or 14343507. OLE color: 14343507.
HSL color Cylindrical-coordinate representation of color #53DDDA: hue angle of 178.7º 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 #53DDDA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 218 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 178.7º | 0.67% | 0.6% | - |
| HSV(B) | 178.7º | 0.62% | 0.87% | - |
| XYZ | 42.08 | 58.61 | 75.43 | - |
| YUV | 179.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 218 | 0.62 | 0 | 0.01 | 0.13 | 178.7 | 0.67 | 0.6 |
| Hex | 53 | DD | DA | 3E | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 123 | 335 | 332 | 76 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010011 | 11011101 | 11011010 | 111110 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #53DDDA
Complementary color
Monochromatic Colors of #53DDDA
Black with #53DDDA
Text Example
Text Example
White with #53DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDDA; }
p { color: rgb(83,221,218); }
H1.HeaderClassName
{
color: #53DDDA;
}
.AnyTagClassName
{
color: #53DDDA;
}
</style>
background-color css
<style>
a { background-color: #53DDDA; }
a { background-color: rgb(83,221,218); }
div.DivClassName
{
background-color: #53DDDA;
}
.BgClassName
{
background-color: #53DDDA;
}
</style>
border-color css
<style>
span { border-color: #53DDDA; }
span { border-color: rgb(83,221,218); }
td.TdClassName
{
border-color: #53DDDA;
}
.TagClassName
{
border-color: #53DDDA;
}
</style>