Shades of Medium Turquoise #53DFBC
Tints of Medium Turquoise #53DFBC
RGB
CMYK
RGB Variations
Color information
#53DFBC (or 0x53DFBC) is known color: Medium Turquoise. HEX triplet: 53, DF and BC. RGB value is (83,223,188). Sum of RGB (Red+Green+Blue) = 83+223+188=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFBC is #AC2043. Grayscale: #B1B1B1. Windows color (decimal): -11280452 or 12377939. OLE color: 12377939.
HSL color Cylindrical-coordinate representation of color #53DFBC: hue angle of 165º degrees, saturation: 0.69, 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 #53DFBC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 188 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.13 |
| HSL | 165º | 0.69% | 0.6% | - |
| HSV(B) | 165º | 0.63% | 0.87% | - |
| XYZ | 39.03 | 58.25 | 56.76 | - |
| YUV | 177.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 188 | 0.63 | 0 | 0.16 | 0.13 | 165 | 0.69 | 0.6 |
| Hex | 53 | DF | BC | 3F | 0 | 10 | D | A5 | 45 | 3C |
| Octal | 123 | 337 | 274 | 77 | 0 | 20 | 15 | 245 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10111100 | 111111 | 0 | 10000 | 1101 | 10100101 | 1000101 | 111100 |
Color Harmonies of #53DFBC
Complementary color
Monochromatic Colors of #53DFBC
Black with #53DFBC
Text Example
Text Example
White with #53DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFBC; }
p { color: rgb(83,223,188); }
H1.HeaderClassName
{
color: #53DFBC;
}
.AnyTagClassName
{
color: #53DFBC;
}
</style>
background-color css
<style>
a { background-color: #53DFBC; }
a { background-color: rgb(83,223,188); }
div.DivClassName
{
background-color: #53DFBC;
}
.BgClassName
{
background-color: #53DFBC;
}
</style>
border-color css
<style>
span { border-color: #53DFBC; }
span { border-color: rgb(83,223,188); }
td.TdClassName
{
border-color: #53DFBC;
}
.TagClassName
{
border-color: #53DFBC;
}
</style>