Shades of Medium Turquoise #53DDBC
Tints of Medium Turquoise #53DDBC
RGB
CMYK
RGB Variations
Color information
#53DDBC (or 0x53DDBC) is known color: Medium Turquoise. HEX triplet: 53, DD and BC. RGB value is (83,221,188). Sum of RGB (Red+Green+Blue) = 83+221+188=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDBC is #AC2243. Grayscale: #AFAFAF. Windows color (decimal): -11280964 or 12377427. OLE color: 12377427.
HSL color Cylindrical-coordinate representation of color #53DDBC: hue angle of 165.65º 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 #53DDBC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 188 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.13 |
| HSL | 165.65º | 0.67% | 0.6% | - |
| HSV(B) | 165.65º | 0.62% | 0.87% | - |
| XYZ | 38.5 | 57.18 | 56.59 | - |
| YUV | 175.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 188 | 0.62 | 0 | 0.15 | 0.13 | 165.65 | 0.67 | 0.6 |
| Hex | 53 | DD | BC | 3E | 0 | F | D | A6 | 43 | 3C |
| Octal | 123 | 335 | 274 | 76 | 0 | 17 | 15 | 246 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10111100 | 111110 | 0 | 1111 | 1101 | 10100110 | 1000011 | 111100 |
Color Harmonies of #53DDBC
Complementary color
Monochromatic Colors of #53DDBC
Black with #53DDBC
Text Example
Text Example
White with #53DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDBC; }
p { color: rgb(83,221,188); }
H1.HeaderClassName
{
color: #53DDBC;
}
.AnyTagClassName
{
color: #53DDBC;
}
</style>
background-color css
<style>
a { background-color: #53DDBC; }
a { background-color: rgb(83,221,188); }
div.DivClassName
{
background-color: #53DDBC;
}
.BgClassName
{
background-color: #53DDBC;
}
</style>
border-color css
<style>
span { border-color: #53DDBC; }
span { border-color: rgb(83,221,188); }
td.TdClassName
{
border-color: #53DDBC;
}
.TagClassName
{
border-color: #53DDBC;
}
</style>