Shades of Medium Turquoise #53DEBD
Tints of Medium Turquoise #53DEBD
RGB
CMYK
RGB Variations
Color information
#53DEBD (or 0x53DEBD) is known color: Medium Turquoise. HEX triplet: 53, DE and BD. RGB value is (83,222,189). Sum of RGB (Red+Green+Blue) = 83+222+189=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEBD is #AC2142. Grayscale: #B0B0B0. Windows color (decimal): -11280707 or 12443219. OLE color: 12443219.
HSL color Cylindrical-coordinate representation of color #53DEBD: hue angle of 165.76º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DEBD is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 222 | 189 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.13 |
| HSL | 165.76º | 0.68% | 0.6% | - |
| HSV(B) | 165.76º | 0.63% | 0.87% | - |
| XYZ | 38.87 | 57.76 | 57.24 | - |
| YUV | 176.68 | 134.95 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 189 | 0.63 | 0 | 0.15 | 0.13 | 165.76 | 0.68 | 0.6 |
| Hex | 53 | DE | BD | 3F | 0 | F | D | A6 | 44 | 3C |
| Octal | 123 | 336 | 275 | 77 | 0 | 17 | 15 | 246 | 104 | 74 |
| Binary | 1010011 | 11011110 | 10111101 | 111111 | 0 | 1111 | 1101 | 10100110 | 1000100 | 111100 |
Color Harmonies of #53DEBD
Complementary color
Monochromatic Colors of #53DEBD
Black with #53DEBD
Text Example
Text Example
White with #53DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DEBD; }
p { color: rgb(83,222,189); }
H1.HeaderClassName
{
color: #53DEBD;
}
.AnyTagClassName
{
color: #53DEBD;
}
</style>
background-color css
<style>
a { background-color: #53DEBD; }
a { background-color: rgb(83,222,189); }
div.DivClassName
{
background-color: #53DEBD;
}
.BgClassName
{
background-color: #53DEBD;
}
</style>
border-color css
<style>
span { border-color: #53DEBD; }
span { border-color: rgb(83,222,189); }
td.TdClassName
{
border-color: #53DEBD;
}
.TagClassName
{
border-color: #53DEBD;
}
</style>